Example 12662

Migration Plan

Database migration plan across environments.

{
schema_version: "0.5.13"
database: "sqlite"

migrations: [
{
id: "1784685570"
name: "alter_status_index"
applied: true
}

{
id: "1784771970"
name: "add_updatedAt_index"
applied: true
}

{
id: "1784858370"
name: "drop_avatar_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.biodegradable-chainstay.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.gullible-blowgun.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.sardonic-pecan.info"
port: 5432
ssl: true
}
}
}

See also