Example 6180
Migration Plan
Database migration plan across environments.
{
schema_version: "9.11.20"
database: "postgresql"
migrations: [
{
id: "1779069980"
name: "drop_createdAt_column"
applied: true
}
{
id: "1779156380"
name: "create_id_index"
applied: true
}
{
id: "1779242780"
name: "drop_createdAt_index"
applied: true
}
{
id: "1779329180"
name: "create_token_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.finished-traffic.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.faraway-ravioli.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.negative-unit.com"
port: 5432
ssl: true
}
}
}