Example 2366
Migration Plan
Database migration plan across environments.
{
schema_version: "6.13.4"
database: "mysql"
migrations: [
{
id: "1775784432"
name: "drop_email_index"
applied: true
}
{
id: "1775870832"
name: "add_token_index"
applied: true
}
{
id: "1775957232"
name: "drop_password_index"
applied: true
}
{
id: "1776043632"
name: "drop_token_index"
applied: false
}
{
id: "1776130032"
name: "create_phone_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.tepid-petal.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.afraid-season.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.pleased-cemetery.biz"
port: 5432
ssl: true
}
}
}