Example 15374
Migration Plan
Database migration plan across environments.
{
schema_version: "6.6.13"
database: "sqlite"
migrations: [
{
id: "1787013788"
name: "drop_token_table"
applied: true
}
{
id: "1787100188"
name: "add_group_index"
applied: true
}
{
id: "1787186588"
name: "add_updatedAt_column"
applied: true
}
{
id: "1787272988"
name: "drop_category_index"
applied: false
}
{
id: "1787359388"
name: "alter_category_table"
applied: false
}
{
id: "1787445788"
name: "alter_phone_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.tattered-porter.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.weekly-draw.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.unsteady-valentine.name"
port: 5432
ssl: true
}
}
}