Example 11974
Migration Plan
Database migration plan across environments.
{
schema_version: "8.14.13"
database: "postgresql"
migrations: [
{
id: "1784085723"
name: "create_password_column"
applied: true
}
{
id: "1784172123"
name: "add_id_column"
applied: true
}
{
id: "1784258523"
name: "create_email_index"
applied: true
}
{
id: "1784344923"
name: "create_updatedAt_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.aching-wheel.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.obedient-adult.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.reckless-innovation.biz"
port: 5432
ssl: true
}
}
}