Example 2664
Migration Plan
Database migration plan across environments.
{
schema_version: "3.10.20"
database: "postgresql"
migrations: [
{
id: "1776043456"
name: "alter_comment_index"
applied: true
}
{
id: "1776129856"
name: "alter_comment_column"
applied: true
}
{
id: "1776216256"
name: "alter_group_column"
applied: true
}
{
id: "1776302656"
name: "alter_status_table"
applied: false
}
{
id: "1776389056"
name: "add_title_column"
applied: false
}
{
id: "1776475456"
name: "alter_title_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.wretched-pop.com"
port: 5432
ssl: false
}
staging: {
host: "staging-db.necessary-riser.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.respectful-essence.name"
port: 5432
ssl: true
}
}
}