fix invalid migration

This commit is contained in:
Arjun Patel
2026-06-11 15:25:13 -07:00
parent a45beb9701
commit a25fb83a2a
+1 -1
View File
@@ -1,6 +1,6 @@
BEGIN;
ALTER TABLE humans
DROP COLUMN IF EXISTS avatar_object_id,
DROP COLUMN IF EXISTS avatar_object_id;
COMMIT;