mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
7 lines
63 B
PL/PgSQL
7 lines
63 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE groups
|
|
DROP COLUMN display_name;
|
|
|
|
COMMIT;
|