mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
6 lines
60 B
PL/PgSQL
6 lines
60 B
PL/PgSQL
BEGIN;
|
|
|
|
ALTER TABLE groups DROP COLUMN avatar_url;
|
|
|
|
COMMIT;
|