Example 14377

Migration Plan

Database migration plan across environments.

{
schema_version: "8.13.5"
database: "sqlite"

migrations: [
{
id: "1786151229"
name: "create_updatedAt_index"
applied: true
}

{
id: "1786237629"
name: "alter_id_index"
applied: true
}

{
id: "1786324029"
name: "add_group_column"
applied: true
}

{
id: "1786410429"
name: "add_password_table"
applied: false
}

{
id: "1786496829"
name: "add_updatedAt_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.zealous-submitter.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.edible-bourgeoisie.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.young-devil.biz"
port: 5432
ssl: true
}
}
}

See also