Example 3678

Migration Plan

Database migration plan across environments.

{
schema_version: "2.8.4"
database: "postgresql"

migrations: [
{
id: "1776909670"
name: "alter_name_column"
applied: true
}

{
id: "1776996070"
name: "alter_group_column"
applied: true
}

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

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

{
id: "1777255270"
name: "alter_group_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.unkempt-permafrost.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.foolhardy-brochure.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.watery-receptor.org"
port: 5432
ssl: true
}
}
}

See also