Example 15266
Migration Plan
Database migration plan across environments.
{
schema_version: "1.18.17"
database: "mysql"
migrations: [
{
id: "1786927182"
name: "drop_avatar_column"
applied: true
}
{
id: "1787013582"
name: "create_category_column"
applied: true
}
{
id: "1787099982"
name: "drop_category_index"
applied: true
}
{
id: "1787186382"
name: "create_createdAt_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.authorized-excess.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.slight-monasticism.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.terrible-brook.com"
port: 5432
ssl: true
}
}
}