Example 3465

Migration Plan

Database migration plan across environments.

{
schema_version: "6.13.7"
database: "mysql"

migrations: [
{
id: "1776736219"
name: "create_password_table"
applied: true
}

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

{
id: "1776909019"
name: "drop_group_column"
applied: true
}
]

environments: {
dev: {
host: "dev-db.cheerful-recommendation.info"
port: 5432
ssl: false
}

staging: {
host: "staging-db.productive-word.org"
port: 5432
ssl: true
}

prod: {
host: "prod-db.peppery-tenement.name"
port: 5432
ssl: true
}
}
}

See also