fix invalid migration
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE humans
|
||||
DROP COLUMN IF EXISTS avatar_object_id,
|
||||
DROP COLUMN IF EXISTS avatar_object_id;
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user