Example 11961
Migration Plan
Database migration plan across environments.
{
schema_version: "6.6.12"
database: "sqlite"
migrations: [
{
id: "1784085723"
name: "create_updatedAt_table"
applied: true
}
{
id: "1784172123"
name: "drop_phone_table"
applied: true
}
{
id: "1784258523"
name: "drop_name_column"
applied: true
}
]
environments: {
dev: {
host: "dev-db.unselfish-ocelot.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.heavy-humor.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.flustered-impact.info"
port: 5432
ssl: true
}
}
}