Example 14364
Migration Plan
Database migration plan across environments.
{
schema_version: "0.6.13"
database: "sqlite"
migrations: [
{
id: "1786151229"
name: "create_status_column"
applied: true
}
{
id: "1786237629"
name: "alter_category_table"
applied: true
}
{
id: "1786324029"
name: "alter_createdAt_table"
applied: true
}
{
id: "1786410429"
name: "add_name_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.direct-rim.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.burly-receptor.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.sarcastic-caption.com"
port: 5432
ssl: true
}
}
}