Example 7775
Migration Plan
Database migration plan across environments.
{
schema_version: "6.13.17"
database: "sqlite"
migrations: [
{
id: "1780454503"
name: "create_createdAt_table"
applied: true
}
{
id: "1780540903"
name: "create_comment_table"
applied: true
}
{
id: "1780627303"
name: "create_group_column"
applied: true
}
{
id: "1780713703"
name: "drop_password_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.dense-precedent.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.wrong-lotion.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.cute-kick.biz"
port: 5432
ssl: true
}
}
}