Example 7776

Migration Plan

Database migration plan across environments.

{
schema_version: "5.11.15"
database: "postgresql"

migrations: [
{
id: "1780454503"
name: "drop_email_column"
applied: true
}

{
id: "1780540903"
name: "alter_email_column"
applied: true
}

{
id: "1780627303"
name: "alter_group_table"
applied: true
}

{
id: "1780713703"
name: "alter_title_index"
applied: false
}

{
id: "1780800103"
name: "create_comment_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.damp-boyfriend.org"
port: 5432
ssl: false
}

staging: {
host: "staging-db.easy-hyphenation.name"
port: 5432
ssl: true
}

prod: {
host: "prod-db.funny-birth.name"
port: 5432
ssl: true
}
}
}

See also