Example 6061
Migration Plan
Database migration plan across environments.
{
schema_version: "0.11.10"
database: "mysql"
migrations: [
{
id: "1778984990"
name: "alter_title_table"
applied: true
}
{
id: "1779071390"
name: "add_avatar_column"
applied: true
}
{
id: "1779157790"
name: "drop_updatedAt_column"
applied: true
}
{
id: "1779244190"
name: "drop_title_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.gleaming-mountain.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.weird-breastplate.name"
port: 5432
ssl: true
}
prod: {
host: "prod-db.unlined-ghost.info"
port: 5432
ssl: true
}
}
}