Example 7879

Migration Plan

Database migration plan across environments.

{
schema_version: "9.15.14"
database: "sqlite"

migrations: [
{
id: "1780538888"
name: "create_createdAt_table"
applied: true
}

{
id: "1780625288"
name: "create_status_column"
applied: true
}

{
id: "1780711688"
name: "create_updatedAt_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.gray-restaurant.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.cautious-thread.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.useless-legislature.info"
port: 5432
ssl: true
}
}
}

See also