Example 3666
Migration Plan
Database migration plan across environments.
{
schema_version: "2.13.12"
database: "postgresql"
migrations: [
{
id: "1776909670"
name: "drop_avatar_column"
applied: true
}
{
id: "1776996070"
name: "alter_group_column"
applied: true
}
{
id: "1777082470"
name: "create_category_table"
applied: true
}
{
id: "1777168870"
name: "create_id_column"
applied: false
}
{
id: "1777255270"
name: "drop_email_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.defenseless-mentor.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.crooked-hoof.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.empty-rust.net"
port: 5432
ssl: true
}
}
}