Example 11080

Migration Plan

Database migration plan across environments.

{
schema_version: "6.9.20"
database: "postgresql"

migrations: [
{
id: "1783302388"
name: "add_title_index"
applied: true
}

{
id: "1783388788"
name: "drop_createdAt_index"
applied: true
}

{
id: "1783475188"
name: "create_email_column"
applied: true
}

{
id: "1783561588"
name: "create_group_column"
applied: false
}

{
id: "1783647988"
name: "add_createdAt_column"
applied: false
}
]

environments: {
dev: {
host: "dev-db.thorough-vicinity.net"
port: 5432
ssl: false
}

staging: {
host: "staging-db.pink-ostrich.com"
port: 5432
ssl: true
}

prod: {
host: "prod-db.courageous-babushka.name"
port: 5432
ssl: true
}
}
}

See also