Example 7463

Migration Plan

Database migration plan across environments.

{
schema_version: "4.18.20"
database: "sqlite"

migrations: [
{
id: "1780194720"
name: "create_id_column"
applied: true
}

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

{
id: "1780367520"
name: "alter_status_table"
applied: true
}

{
id: "1780453920"
name: "alter_title_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.selfish-soup.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.giving-mouser.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.tall-pigsty.info"
port: 5432
ssl: true
}
}
}

See also