mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
7 lines
63 B
PL/PgSQL
7 lines
63 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE groups
|
|
DROP COLUMN display_name;
|
|
|
|
COMMIT;
|