Example 3967
Migration Plan
Database migration plan across environments.
{
schema_version: "0.10.8"
database: "postgresql"
migrations: [
{
id: "1777169164"
name: "drop_title_index"
applied: true
}
{
id: "1777255564"
name: "create_category_table"
applied: true
}
{
id: "1777341964"
name: "add_password_table"
applied: true
}
{
id: "1777428364"
name: "drop_token_table"
applied: false
}
{
id: "1777514764"
name: "create_group_index"
applied: false
}
{
id: "1777601164"
name: "drop_createdAt_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.downright-desk.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.winding-challenge.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.oily-appliance.com"
port: 5432
ssl: true
}
}
}