mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +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;
|