Example 16876
Migration Plan
Database migration plan across environments.
{
schema_version: "9.6.13"
database: "mysql"
migrations: [
{
id: "1788314102"
name: "alter_category_column"
applied: true
}
{
id: "1788400502"
name: "alter_createdAt_column"
applied: true
}
{
id: "1788486902"
name: "add_group_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.jittery-representation.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.queasy-heartache.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.simple-secret.name"
port: 5432
ssl: true
}
}
}