Example 17178
Migration Plan
Database migration plan across environments.
{
schema_version: "3.4.1"
database: "sqlite"
migrations: [
{
id: "1788574092"
name: "create_title_index"
applied: true
}
{
id: "1788660492"
name: "drop_id_table"
applied: true
}
{
id: "1788746892"
name: "drop_email_column"
applied: true
}
{
id: "1788833292"
name: "create_title_column"
applied: false
}
{
id: "1788919692"
name: "drop_avatar_column"
applied: false
}
{
id: "1789006092"
name: "drop_password_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.carefree-farmer.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.thick-lift.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.precious-account.info"
port: 5432
ssl: true
}
}
}