Files
coder/coderd/database/migrations/000062_group_avatars.up.sql
2022-10-17 17:46:01 -05:00

6 lines
84 B
PL/PgSQL

BEGIN;
ALTER TABLE groups ADD COLUMN avatar_url text NOT NULL DEFAULT '';
COMMIT;