Example 11773
Migration Plan
Database migration plan across environments.
{
schema_version: "0.4.8"
database: "sqlite"
migrations: [
{
id: "1783906136"
name: "drop_name_column"
applied: true
}
{
id: "1783992536"
name: "create_group_column"
applied: true
}
{
id: "1784078936"
name: "alter_avatar_column"
applied: true
}
{
id: "1784165336"
name: "alter_createdAt_column"
applied: false
}
{
id: "1784251736"
name: "drop_comment_index"
applied: false
}
{
id: "1784338136"
name: "drop_phone_index"
applied: false
}
]
environments: {
dev: {
host: "dev-db.rotten-precedent.biz"
port: 5432
ssl: false
}
staging: {
host: "staging-db.impossible-flint.info"
port: 5432
ssl: true
}
prod: {
host: "prod-db.exhausted-futon.net"
port: 5432
ssl: true
}
}
}