Example 14361
Migration Plan
Database migration plan across environments.
{
schema_version: "6.3.20"
database: "sqlite"
migrations: [
{
id: "1786151229"
name: "create_group_table"
applied: true
}
{
id: "1786237629"
name: "add_category_table"
applied: true
}
{
id: "1786324029"
name: "add_id_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.well-to-do-moment.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.sizzling-hovel.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.ironclad-tentacle.com"
port: 5432
ssl: true
}
}
}