Example 6479

Migration Plan

Database migration plan across environments.

{
schema_version: "0.9.2"
database: "postgresql"

migrations: [
{
id: "1779329622"
name: "alter_token_index"
applied: true
}

{
id: "1779416022"
name: "add_email_column"
applied: true
}

{
id: "1779502422"
name: "create_group_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.phony-flint.com"
port: 5432
ssl: false
}

staging: {
host: "staging-db.blue-nightlife.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.indolent-role.org"
port: 5432
ssl: true
}
}
}

See also