Example 17576

Migration Plan

Database migration plan across environments.

{
schema_version: "9.2.13"
database: "sqlite"

migrations: [
{
id: "1789444583"
name: "drop_email_index"
applied: true
}

{
id: "1789530983"
name: "add_token_column"
applied: true
}

{
id: "1789617383"
name: "create_phone_index"
applied: true
}
]

environments: {
dev: {
host: "dev-db.acclaimed-tail.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.advanced-airbus.net"
port: 5432
ssl: true
}

prod: {
host: "prod-db.unlined-halt.info"
port: 5432
ssl: true
}
}
}

See also