Example 10264

Migration Plan

Database migration plan across environments.

{
schema_version: "6.9.11"
database: "mysql"

migrations: [
{
id: "1782612022"
name: "alter_phone_index"
applied: true
}

{
id: "1782698422"
name: "add_title_table"
applied: true
}

{
id: "1782784822"
name: "create_password_index"
applied: true
}

{
id: "1782871222"
name: "alter_createdAt_column"
applied: false
}

{
id: "1782957622"
name: "alter_title_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.definite-vanadyl.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.quick-flint.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.buttery-final.info"
port: 5432
ssl: true
}
}
}

See also