Example 12369
Migration Plan
Database migration plan across environments.
{
schema_version: "5.19.17"
database: "mysql"
migrations: [
{
id: "1784425732"
name: "add_title_table"
applied: true
}
{
id: "1784512132"
name: "alter_phone_table"
applied: true
}
{
id: "1784598532"
name: "alter_token_index"
applied: true
}
{
id: "1784684932"
name: "alter_group_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.favorite-battle.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.stable-retrospectivity.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.jam-packed-armchair.com"
port: 5432
ssl: true
}
}
}