Example 10679
Migration Plan
Database migration plan across environments.
{
schema_version: "3.1.7"
database: "postgresql"
migrations: [
{
id: "1782958014"
name: "add_updatedAt_column"
applied: true
}
{
id: "1783044414"
name: "alter_avatar_table"
applied: true
}
{
id: "1783130814"
name: "add_title_column"
applied: true
}
]
environments: {
dev: {
host: "dev-db.profitable-shipper.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.pitiful-membership.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.our-tarragon.org"
port: 5432
ssl: true
}
}
}