mirror of
https://github.com/coder/coder.git
synced 2026-09-23 22:20:22 +08:00
7 lines
63 B
PL/PgSQL
7 lines
63 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE groups
|
|
DROP COLUMN display_name;
|
|
|
|
COMMIT;
|