Example 7878
Migration Plan
Database migration plan across environments.
{
schema_version: "0.16.20"
database: "postgresql"
migrations: [
{
id: "1780538888"
name: "create_category_column"
applied: true
}
{
id: "1780625288"
name: "alter_category_index"
applied: true
}
{
id: "1780711688"
name: "drop_updatedAt_index"
applied: true
}
{
id: "1780798088"
name: "drop_group_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.edible-hepatitis.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.sizzling-championship.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.negative-version.name"
port: 5432
ssl: true
}
}
}