Example 16765
Migration Plan
Database migration plan across environments.
{
schema_version: "4.17.17"
database: "sqlite"
migrations: [
{
id: "1788227864"
name: "alter_phone_index"
applied: true
}
{
id: "1788314264"
name: "add_avatar_column"
applied: true
}
{
id: "1788400664"
name: "create_group_table"
applied: true
}
{
id: "1788487064"
name: "drop_password_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.meager-pile.name"
port: 5432
ssl: false
}
staging: {
host: "staging-db.natural-riser.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.caring-mentor.net"
port: 5432
ssl: true
}
}
}