Example 7963
Migration Plan
Database migration plan across environments.
{
schema_version: "2.2.11"
database: "postgresql"
migrations: [
{
id: "1780626737"
name: "alter_id_column"
applied: true
}
{
id: "1780713137"
name: "drop_password_column"
applied: true
}
{
id: "1780799537"
name: "add_name_column"
applied: true
}
{
id: "1780885937"
name: "create_status_column"
applied: false
}
{
id: "1780972337"
name: "alter_updatedAt_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.immense-disadvantage.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.rewarding-cannon.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.elegant-euphonium.org"
port: 5432
ssl: true
}
}
}