Example 16362
Migration Plan
Database migration plan across environments.
{
schema_version: "0.0.6"
database: "sqlite"
migrations: [
{
id: "1787882435"
name: "create_status_index"
applied: true
}
{
id: "1787968835"
name: "create_status_table"
applied: true
}
{
id: "1788055235"
name: "create_email_column"
applied: true
}
{
id: "1788141635"
name: "alter_category_index"
applied: false
}
{
id: "1788228035"
name: "add_id_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.silver-guacamole.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.weary-hoof.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.motionless-nudge.org"
port: 5432
ssl: true
}
}
}