mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* add flag for auto create groups * fixup! add flag for auto create groups * sync missing groups Also added a regex filter to filter out groups that are not important
9 lines
82 B
PL/PgSQL
9 lines
82 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE groups
|
|
DROP COLUMN source;
|
|
|
|
DROP TYPE group_source;
|
|
|
|
COMMIT;
|