Example 17066
Migration Plan
Database migration plan across environments.
{
schema_version: "5.5.9"
database: "postgresql"
migrations: [
{
id: "1788487835"
name: "create_email_table"
applied: true
}
{
id: "1788574235"
name: "add_title_table"
applied: true
}
{
id: "1788660635"
name: "drop_status_table"
applied: true
}
{
id: "1788747035"
name: "drop_token_column"
applied: false
}
{
id: "1788833435"
name: "create_avatar_column"
applied: false
}
{
id: "1788919835"
name: "alter_comment_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.quixotic-vicinity.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.trained-heartbeat.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.crooked-underpants.net"
port: 5432
ssl: true
}
}
}