Example 7677
Migration Plan
Database migration plan across environments.
{
schema_version: "0.17.18"
database: "mysql"
migrations: [
{
id: "1780367858"
name: "add_group_index"
applied: true
}
{
id: "1780454258"
name: "create_updatedAt_table"
applied: true
}
{
id: "1780540658"
name: "add_updatedAt_column"
applied: true
}
{
id: "1780627058"
name: "create_status_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.that-co-producer.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.bulky-marathon.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.guilty-unit.name"
port: 5432
ssl: true
}
}
}