Example 13075
Migration Plan
Database migration plan across environments.
{
schema_version: "1.9.3"
database: "postgresql"
migrations: [
{
id: "1785030814"
name: "add_name_table"
applied: true
}
{
id: "1785117214"
name: "alter_avatar_table"
applied: true
}
{
id: "1785203614"
name: "drop_createdAt_column"
applied: true
}
{
id: "1785290014"
name: "drop_group_column"
applied: false
}
{
id: "1785376414"
name: "create_token_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.alive-cellar.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.secret-best-seller.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.adolescent-tuba.name"
port: 5432
ssl: true
}
}
}