Example 8374
Migration Plan
Database migration plan across environments.
{
schema_version: "5.11.18"
database: "postgresql"
migrations: [
{
id: "1780972927"
name: "create_token_table"
applied: true
}
{
id: "1781059327"
name: "create_group_column"
applied: true
}
{
id: "1781145727"
name: "create_phone_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.acidic-obedience.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.french-statue.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.limited-steeple.biz"
port: 5432
ssl: true
}
}
}