Example 5774
Migration Plan
Database migration plan across environments.
{
schema_version: "0.10.5"
database: "mysql"
migrations: [
{
id: "1778725676"
name: "create_createdAt_table"
applied: true
}
{
id: "1778812076"
name: "add_token_table"
applied: true
}
{
id: "1778898476"
name: "drop_category_column"
applied: true
}
{
id: "1778984876"
name: "create_title_column"
applied: false
}
{
id: "1779071276"
name: "create_updatedAt_table"
applied: false
}
{
id: "1779157676"
name: "create_email_table"
applied: false
}
]
environments: {
dev: {
host: "dev-db.bitter-glider.net"
port: 5432
ssl: false
}
staging: {
host: "staging-db.wordy-nightlife.com"
port: 5432
ssl: true
}
prod: {
host: "prod-db.thin-singing.com"
port: 5432
ssl: true
}
}
}