Example 16571
Migration Plan
Database migration plan across environments.
{
schema_version: "1.11.7"
database: "mysql"
migrations: [
{
id: "1788055424"
name: "drop_status_column"
applied: true
}
{
id: "1788141824"
name: "add_password_index"
applied: true
}
{
id: "1788228224"
name: "alter_token_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.biodegradable-mantua.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.serpentine-starboard.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.queasy-interviewer.org"
port: 5432
ssl: true
}
}
}