Example 11076
Migration Plan
Database migration plan across environments.
{
schema_version: "4.8.2"
database: "postgresql"
migrations: [
{
id: "1783302388"
name: "drop_group_column"
applied: true
}
{
id: "1783388788"
name: "alter_password_index"
applied: true
}
{
id: "1783475188"
name: "drop_phone_index"
applied: true
}
{
id: "1783561588"
name: "drop_password_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.edible-cassava.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.brisk-avalanche.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.sniveling-traditionalism.name"
port: 5432
ssl: true
}
}
}