mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
9 lines
151 B
PL/PgSQL
9 lines
151 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE group_members;
|
|
DROP TABLE groups;
|
|
ALTER TABLE templates DROP COLUMN group_acl;
|
|
ALTER TABLE templates DROP COLUMN user_acl;
|
|
|
|
COMMIT;
|