Example 4873
Migration Plan
Database migration plan across environments.
{
schema_version: "0.19.7"
database: "mysql"
migrations: [
{
id: "1777946386"
name: "alter_token_column"
applied: true
}
{
id: "1778032786"
name: "create_category_column"
applied: true
}
{
id: "1778119186"
name: "alter_title_index"
applied: true
}
{
id: "1778205586"
name: "alter_createdAt_index"
applied: false
}
{
id: "1778291986"
name: "alter_comment_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.that-kiss.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.inferior-costume.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.innocent-jury.org"
port: 5432
ssl: true
}
}
}