Example 7074

Migration Plan

Database migration plan across environments.

{
schema_version: "0.11.15"
database: "mysql"

migrations: [
{
id: "1779849813"
name: "drop_title_index"
applied: true
}

{
id: "1779936213"
name: "create_createdAt_column"
applied: true
}

{
id: "1780022613"
name: "create_updatedAt_column"
applied: true
}

{
id: "1780109013"
name: "alter_phone_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.whopping-lamp.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.common-giggle.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.dull-jet.name"
port: 5432
ssl: true
}
}
}

See also