Example 11774
Migration Plan
Database migration plan across environments.
{
schema_version: "6.14.10"
database: "sqlite"
migrations: [
{
id: "1783906136"
name: "create_phone_index"
applied: true
}
{
id: "1783992536"
name: "add_password_table"
applied: true
}
{
id: "1784078936"
name: "create_createdAt_index"
applied: true
}
]
environments: {
dev: {
host: "dev-db.extra-large-diver.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.sturdy-tribe.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.faint-chops.org"
port: 5432
ssl: true
}
}
}