Example 6073
Migration Plan
Database migration plan across environments.
{
schema_version: "0.10.9"
database: "postgresql"
migrations: [
{
id: "1778984990"
name: "drop_email_table"
applied: true
}
{
id: "1779071390"
name: "add_title_index"
applied: true
}
{
id: "1779157790"
name: "alter_createdAt_index"
applied: true
}
{
id: "1779244190"
name: "drop_name_column"
applied: false
}
{
id: "1779330590"
name: "drop_name_table"
applied: false
}
{
id: "1779416990"
name: "add_password_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.grubby-rationale.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.square-armoire.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.brown-reasoning.biz"
port: 5432
ssl: true
}
}
}