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

3 lines
149 B
SQL

-- Your SQL goes here
ALTER TABLE roles DROP COLUMN position;
ALTER TABLE roles ADD COLUMN is_above UUID UNIQUE REFERENCES roles(uuid) DEFAULT NULL;