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