Example 10480

Migration Plan

Database migration plan across environments.

{
schema_version: "3.12.19"
database: "sqlite"

migrations: [
{
id: "1782785173"
name: "alter_phone_index"
applied: true
}

{
id: "1782871573"
name: "alter_comment_index"
applied: true
}

{
id: "1782957973"
name: "add_createdAt_column"
applied: true
}

{
id: "1783044373"
name: "add_password_index"
applied: false
}

{
id: "1783130773"
name: "drop_comment_column"
applied: false
}

{
id: "1783217173"
name: "add_title_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.tough-crest.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.metallic-swing.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.digital-accelerator.net"
port: 5432
ssl: true
}
}
}

See also