Example 4663
Migration Plan
Database migration plan across environments.
{
schema_version: "1.0.4"
database: "sqlite"
migrations: [
{
id: "1777774007"
name: "alter_createdAt_index"
applied: true
}
{
id: "1777860407"
name: "add_status_table"
applied: true
}
{
id: "1777946807"
name: "add_createdAt_index"
applied: true
}
{
id: "1778033207"
name: "drop_createdAt_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.brave-cafe.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.simple-tomatillo.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.glorious-palate.org"
port: 5432
ssl: true
}
}
}