1
0
Fork 0
forked from gorb/backend
backend-ci-testing/migrations/2025-05-27-105059_redo_role_ordering/down.sql

3 lines
148 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE roles ADD COLUMN position int NOT NULL DEFAULT 0;
ALTER TABLE roles DROP COLUMN is_above;