Example 11863
Migration Plan
Database migration plan across environments.
{
schema_version: "6.20.7"
database: "mysql"
migrations: [
{
id: "1783993598"
name: "create_password_index"
applied: true
}
{
id: "1784079998"
name: "drop_token_index"
applied: true
}
{
id: "1784166398"
name: "add_createdAt_index"
applied: true
}
{
id: "1784252798"
name: "drop_token_index"
applied: false
}
{
id: "1784339198"
name: "alter_category_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.coarse-video.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.optimal-equal.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.yearly-blight.info"
port: 5432
ssl: true
}
}
}