Example 3477
Migration Plan
Database migration plan across environments.
{
schema_version: "7.20.15"
database: "postgresql"
migrations: [
{
id: "1776736219"
name: "alter_password_column"
applied: true
}
{
id: "1776822619"
name: "create_createdAt_column"
applied: true
}
{
id: "1776909019"
name: "drop_avatar_table"
applied: true
}
{
id: "1776995419"
name: "drop_title_column"
applied: false
}
{
id: "1777081819"
name: "create_comment_table"
applied: false
}
{
id: "1777168219"
name: "create_title_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.spiffy-airbus.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.lone-castanet.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.funny-fedora.com"
port: 5432
ssl: true
}
}
}