mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +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;
|