Files
llink/go/migrations/000017_human_avatar.down.sql
T
2026-06-11 15:25:13 -07:00

7 lines
78 B
PL/PgSQL

BEGIN;
ALTER TABLE humans
DROP COLUMN IF EXISTS avatar_object_id;
COMMIT;