Example 11062
Migration Plan
Database migration plan across environments.
{
schema_version: "0.14.0"
database: "sqlite"
migrations: [
{
id: "1783302388"
name: "create_avatar_column"
applied: true
}
{
id: "1783388788"
name: "alter_createdAt_column"
applied: true
}
{
id: "1783475188"
name: "create_token_table"
applied: true
}
{
id: "1783561588"
name: "add_status_column"
applied: false
}
{
id: "1783647988"
name: "add_createdAt_index"
applied: false
}
{
id: "1783734388"
name: "add_token_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.entire-packaging.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.golden-sandbar.org"
port: 5432
ssl: true
}
prod: {
host: "prod-db.fussy-devil.name"
port: 5432
ssl: true
}
}
}