Example 9880
Migration Plan
Database migration plan across environments.
{
schema_version: "1.8.9"
database: "mysql"
migrations: [
{
id: "1782268499"
name: "add_password_column"
applied: true
}
{
id: "1782354899"
name: "add_comment_index"
applied: true
}
{
id: "1782441299"
name: "drop_comment_index"
applied: true
}
{
id: "1782527699"
name: "alter_id_index"
applied: false
}
{
id: "1782614099"
name: "create_avatar_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.nautical-privilege.info"
port: 5432
ssl: false
}
staging: {
host: "staging-db.short-designation.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.crooked-swing.org"
port: 5432
ssl: true
}
}
}