rollback_migration
Reverse a specific database migration in Supabase Coolify by executing rollback SQL to undo schema changes and restore previous database state.
Instructions
Rollback a specific migration (optionally with down SQL)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | Migration version to rollback | |
| down_sql | No | SQL to execute for rollback (optional) |