Example 9164

Migration Plan

Database migration plan across environments.

{
schema_version: "9.15.0"
database: "mysql"

migrations: [
{
id: "1781664495"
name: "alter_avatar_index"
applied: true
}

{
id: "1781750895"
name: "add_name_index"
applied: true
}

{
id: "1781837295"
name: "create_group_index"
applied: true
}

{
id: "1781923695"
name: "alter_title_index"
applied: false
}

{
id: "1782010095"
name: "add_password_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.utter-gazebo.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.afraid-morbidity.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.colossal-yeast.name"
port: 5432
ssl: true
}
}
}

See also