Example 4066

Migration Plan

Database migration plan across environments.

{
schema_version: "3.5.11"
database: "sqlite"

migrations: [
{
id: "1777254788"
name: "alter_avatar_index"
applied: true
}

{
id: "1777341188"
name: "create_comment_table"
applied: true
}

{
id: "1777427588"
name: "alter_category_table"
applied: true
}

{
id: "1777513988"
name: "drop_password_table"
applied: false
}

{
id: "1777600388"
name: "add_password_table"
applied: false
}
]

environments: {
dev: {
host: "dev-db.blind-cd.biz"
port: 5432
ssl: false
}

staging: {
host: "staging-db.tall-festival.info"
port: 5432
ssl: true
}

prod: {
host: "prod-db.awful-hawk.com"
port: 5432
ssl: true
}
}
}

See also