Example 4162
Migration Plan
Database migration plan across environments.
{
schema_version: "4.6.7"
database: "mysql"
migrations: [
{
id: "1777341396"
name: "alter_password_column"
applied: true
}
{
id: "1777427796"
name: "drop_avatar_index"
applied: true
}
{
id: "1777514196"
name: "drop_title_table"
applied: true
}
{
id: "1777600596"
name: "drop_group_table"
applied: false
}
{
id: "1777686996"
name: "add_avatar_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.kooky-ceramics.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.direct-blossom.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.specific-roadway.com"
port: 5432
ssl: true
}
}
}