Example 2563
Migration Plan
Database migration plan across environments.
{
schema_version: "4.12.7"
database: "postgresql"
migrations: [
{
id: "1775958272"
name: "add_updatedAt_index"
applied: true
}
{
id: "1776044672"
name: "drop_email_table"
applied: true
}
{
id: "1776131072"
name: "drop_phone_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.glossy-pliers.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.shrill-bid.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.ruddy-pants.info"
port: 5432
ssl: true
}
}
}