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