Example 3367
Migration Plan
Database migration plan across environments.
{
schema_version: "2.1.11"
database: "mysql"
migrations: [
{
id: "1776648437"
name: "add_title_column"
applied: true
}
{
id: "1776734837"
name: "alter_group_index"
applied: true
}
{
id: "1776821237"
name: "drop_comment_table"
applied: true
}
{
id: "1776907637"
name: "alter_status_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.realistic-label.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.definite-editor.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.optimistic-phrase.info"
port: 5432
ssl: true
}
}
}