Example 16772

Migration Plan

Database migration plan across environments.

{
schema_version: "3.13.10"
database: "sqlite"

migrations: [
{
id: "1788227864"
name: "add_name_table"
applied: true
}

{
id: "1788314264"
name: "add_email_index"
applied: true
}

{
id: "1788400664"
name: "drop_token_index"
applied: true
}

{
id: "1788487064"
name: "drop_updatedAt_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.likable-validity.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.icy-backburn.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.forceful-sanity.org"
port: 5432
ssl: true
}
}
}

See also