Example 11375
Migration Plan
Database migration plan across environments.
{
schema_version: "9.8.18"
database: "sqlite"
migrations: [
{
id: "1783560488"
name: "add_password_table"
applied: true
}
{
id: "1783646888"
name: "add_password_column"
applied: true
}
{
id: "1783733288"
name: "alter_updatedAt_index"
applied: true
}
{
id: "1783819688"
name: "create_group_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.lovely-dandelion.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.light-armoire.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.fantastic-granny.info"
port: 5432
ssl: true
}
}
}