Example 7370
Migration Plan
Database migration plan across environments.
{
schema_version: "1.1.10"
database: "postgresql"
migrations: [
{
id: "1780109115"
name: "drop_password_table"
applied: true
}
{
id: "1780195515"
name: "alter_email_column"
applied: true
}
{
id: "1780281915"
name: "alter_updatedAt_column"
applied: true
}
]
environments: {
dev: {
host: "dev-db.bowed-adaptation.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.woeful-humidity.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.colossal-grandpa.net"
port: 5432
ssl: true
}
}
}