Example 7380

Migration Plan

Database migration plan across environments.

{
schema_version: "8.19.20"
database: "sqlite"

migrations: [
{
id: "1780109115"
name: "add_avatar_column"
applied: true
}

{
id: "1780195515"
name: "alter_category_table"
applied: true
}

{
id: "1780281915"
name: "add_token_table"
applied: true
}
]

environments: {
dev: {
host: "dev-db.front-legislature.net"
port: 5432
ssl: false
}

staging: {
host: "staging-db.stark-junior.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.lustrous-draw.biz"
port: 5432
ssl: true
}
}
}

See also