Example 3879
Migration Plan
Database migration plan across environments.
{
schema_version: "3.10.2"
database: "sqlite"
migrations: [
{
id: "1777082572"
name: "create_token_column"
applied: true
}
{
id: "1777168972"
name: "drop_category_index"
applied: true
}
{
id: "1777255372"
name: "create_avatar_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.far-off-pasta.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.querulous-pear.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.pastel-compromise.com"
port: 5432
ssl: true
}
}
}