Example 6177
Migration Plan
Database migration plan across environments.
{
schema_version: "4.9.11"
database: "postgresql"
migrations: [
{
id: "1779069980"
name: "drop_avatar_table"
applied: true
}
{
id: "1779156380"
name: "create_password_table"
applied: true
}
{
id: "1779242780"
name: "add_id_index"
applied: true
}
{
id: "1779329180"
name: "add_email_index"
applied: false
}
{
id: "1779415580"
name: "alter_group_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.bright-marketplace.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.trivial-extension.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.fat-certification.org"
port: 5432
ssl: true
}
}
}