Example 12961

Migration Plan

Database migration plan across environments.

{
schema_version: "6.4.3"
database: "sqlite"

migrations: [
{
id: "1784942813"
name: "drop_updatedAt_table"
applied: true
}

{
id: "1785029213"
name: "alter_status_table"
applied: true
}

{
id: "1785115613"
name: "drop_status_index"
applied: true
}

{
id: "1785202013"
name: "alter_createdAt_table"
applied: false
}

{
id: "1785288413"
name: "drop_token_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.brown-expense.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.feline-giggle.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.outstanding-hovel.org"
port: 5432
ssl: true
}
}
}

See also