Example 14161

Migration Plan

Database migration plan across environments.

{
schema_version: "9.8.2"
database: "mysql"

migrations: [
{
id: "1785977924"
name: "create_id_table"
applied: true
}

{
id: "1786064324"
name: "add_name_column"
applied: true
}

{
id: "1786150724"
name: "add_password_table"
applied: true
}

{
id: "1786237124"
name: "alter_name_column"
applied: false
}

{
id: "1786323524"
name: "drop_id_table"
applied: false
}

{
id: "1786409924"
name: "drop_updatedAt_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.failing-habit.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.celebrated-appliance.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.misguided-follower.info"
port: 5432
ssl: true
}
}
}

See also