Example 2776
Migration Plan
Database migration plan across environments.
{
schema_version: "9.2.17"
database: "postgresql"
migrations: [
{
id: "1776131317"
name: "create_group_column"
applied: true
}
{
id: "1776217717"
name: "create_phone_column"
applied: true
}
{
id: "1776304117"
name: "drop_password_table"
applied: true
}
{
id: "1776390517"
name: "add_group_table"
applied: false
}
{
id: "1776476917"
name: "create_comment_index"
applied: false
}
{
id: "1776563317"
name: "add_comment_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.agile-boulevard.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.massive-dulcimer.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.leading-tapioca.info"
port: 5432
ssl: true
}
}
}