Example 15279

Migration Plan

Database migration plan across environments.

{
schema_version: "5.6.8"
database: "sqlite"

migrations: [
{
id: "1786927182"
name: "create_createdAt_index"
applied: true
}

{
id: "1787013582"
name: "alter_title_table"
applied: true
}

{
id: "1787099982"
name: "alter_comment_column"
applied: true
}

{
id: "1787186382"
name: "drop_phone_table"
applied: false
}

{
id: "1787272782"
name: "drop_avatar_table"
applied: false
}

{
id: "1787359182"
name: "add_id_index"
applied: false
}
]

environments: {
dev: {
host: "dev-db.pink-independence.name"
port: 5432
ssl: false
}

staging: {
host: "staging-db.failing-dividend.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.flowery-zen.com"
port: 5432
ssl: true
}
}
}

See also