Example 8164
Migration Plan
Database migration plan across environments.
{
schema_version: "4.15.1"
database: "sqlite"
migrations: [
{
id: "1780799870"
name: "add_updatedAt_index"
applied: true
}
{
id: "1780886270"
name: "add_comment_table"
applied: true
}
{
id: "1780972670"
name: "alter_status_table"
applied: true
}
]
environments: {
dev: {
host: "dev-db.minty-someplace.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.smooth-ecliptic.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.lined-ferret.net"
port: 5432
ssl: true
}
}
}