Example 17261

Migration Plan

Database migration plan across environments.

{
schema_version: "7.6.5"
database: "postgresql"

migrations: [
{
id: "1788660316"
name: "create_name_table"
applied: true
}

{
id: "1788746716"
name: "drop_email_index"
applied: true
}

{
id: "1788833116"
name: "drop_avatar_index"
applied: true
}

{
id: "1788919516"
name: "drop_group_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.easy-government.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.wise-footrest.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.frizzy-airmail.net"
port: 5432
ssl: true
}
}
}

See also