Example 12371

Migration Plan

Database migration plan across environments.

{
schema_version: "4.7.16"
database: "postgresql"

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

{
id: "1784512132"
name: "create_token_column"
applied: true
}

{
id: "1784598532"
name: "alter_createdAt_column"
applied: true
}

{
id: "1784684932"
name: "alter_avatar_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.tiny-tomography.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.sweet-strategy.biz"
port: 5432
ssl: true
}

prod: {
host: "prod-db.slimy-markup.com"
port: 5432
ssl: true
}
}
}

See also