Example 6376
Migration Plan
Database migration plan across environments.
{
schema_version: "0.8.13"
database: "mysql"
migrations: [
{
id: "1779244412"
name: "alter_status_column"
applied: true
}
{
id: "1779330812"
name: "alter_token_column"
applied: true
}
{
id: "1779417212"
name: "create_status_column"
applied: true
}
{
id: "1779503612"
name: "alter_password_table"
applied: false
}
{
id: "1779590012"
name: "drop_avatar_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.recent-cafe.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.new-fuel.biz"
port: 5432
ssl: true
}
prod: {
host: "prod-db.prickly-climb.com"
port: 5432
ssl: true
}
}
}