Example 6365
Migration Plan
Database migration plan across environments.
{
schema_version: "1.3.2"
database: "sqlite"
migrations: [
{
id: "1779244412"
name: "alter_createdAt_column"
applied: true
}
{
id: "1779330812"
name: "create_updatedAt_index"
applied: true
}
{
id: "1779417212"
name: "alter_comment_index"
applied: true
}
{
id: "1779503612"
name: "drop_name_index"
applied: false
}
{
id: "1779590012"
name: "drop_createdAt_column"
applied: false
}
]
environments: {
dev: {
host: "dev-db.yellowish-unique.org"
port: 5432
ssl: false
}
staging: {
host: "staging-db.ultimate-nerve.net"
port: 5432
ssl: true
}
prod: {
host: "prod-db.warm-markup.info"
port: 5432
ssl: true
}
}
}