Example 1677

Migration Plan

Database migration plan across environments.

{
schema_version: "6.11.16"
database: "postgresql"

migrations: [
{
id: "1775179569"
name: "drop_comment_table"
applied: true
}

{
id: "1775265969"
name: "add_createdAt_table"
applied: true
}

{
id: "1775352369"
name: "drop_id_table"
applied: true
}

{
id: "1775438769"
name: "add_title_index"
applied: false
}

{
id: "1775525169"
name: "create_status_index"
applied: false
}

{
id: "1775611569"
name: "drop_avatar_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.serpentine-freight.net"
port: 5432
ssl: false
}

staging: {
host: "staging-db.weary-wear.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.unwritten-linseed.name"
port: 5432
ssl: true
}
}
}

See also