Example 7770
Migration Plan
Database migration plan across environments.
{
schema_version: "7.10.14"
database: "postgresql"
migrations: [
{
id: "1780454503"
name: "create_comment_column"
applied: true
}
{
id: "1780540903"
name: "drop_avatar_table"
applied: true
}
{
id: "1780627303"
name: "drop_updatedAt_index"
applied: true
}
{
id: "1780713703"
name: "add_email_column"
applied: false
}
{
id: "1780800103"
name: "drop_avatar_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.political-corral.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.indelible-overcoat.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.dutiful-soliloquy.com"
port: 5432
ssl: true
}
}
}