forked from gorb/backend
3 lines
149 B
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;
|