Example 15076

Migration Plan

Database migration plan across environments.

{
schema_version: "6.7.3"
database: "mysql"

migrations: [
{
id: "1786754379"
name: "alter_category_column"
applied: true
}

{
id: "1786840779"
name: "drop_name_index"
applied: true
}

{
id: "1786927179"
name: "add_createdAt_table"
applied: true
}

{
id: "1787013579"
name: "add_status_index"
applied: false
}

{
id: "1787099979"
name: "drop_token_index"
applied: false
}

{
id: "1787186379"
name: "create_comment_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.bleak-topsail.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.neat-presume.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.neglected-cassava.com"
port: 5432
ssl: true
}
}
}

See also