Skip to main content

Migrations

The Migrations page shows the full history of schema operations and lets you apply migrations from JSON or another branch.

Migrations page — 15 operations history with Apply dropdown (From JSON, From Branch)
Migrations page — 15 operations history with Apply dropdown (From JSON, From Branch)

Operation History

Each operation is listed with:

  • Operation description (field added, table created, etc.)
  • Target table
  • Time since applied

Apply Migrations

Click Apply to import schema changes:

  • From JSON — paste or upload a migrations.json file
  • From Branch — pull schema changes from another branch in the same project

See Also