Example 8469
Migration Plan
Database migration plan across environments.
{
schema_version: "3.9.11"
database: "sqlite"
migrations: [
{
id: "1781059610"
name: "create_title_index"
applied: true
}
{
id: "1781146010"
name: "create_group_table"
applied: true
}
{
id: "1781232410"
name: "alter_id_table"
applied: true
}
{
id: "1781318810"
name: "drop_avatar_index"
applied: false
}
{
id: "1781405210"
name: "add_title_column"
applied: false
}
{
id: "1781491610"
name: "alter_email_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.writhing-pillbox.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.agile-instruction.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.general-synergy.org"
port: 5432
ssl: true
}
}
}