Example 6071
Migration Plan
Database migration plan across environments.
{
schema_version: "9.18.14"
database: "sqlite"
migrations: [
{
id: "1778984990"
name: "drop_title_index"
applied: true
}
{
id: "1779071390"
name: "alter_updatedAt_column"
applied: true
}
{
id: "1779157790"
name: "alter_category_index"
applied: true
}
{
id: "1779244190"
name: "create_title_index"
applied: false
}
{
id: "1779330590"
name: "add_id_table"
applied: false
}
{
id: "1779416990"
name: "alter_group_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.lustrous-sandbar.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.same-overheard.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.everlasting-order.org"
port: 5432
ssl: true
}
}
}