feat: avatars for humans #273
@@ -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
⚠️ Potential issue | 🔴 Critical | ⚡ Quick win
Fix invalid SQL in rollback migration.
Line 4 has a trailing comma, which makes the down migration fail to execute.
Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents
✅ Addressed in commits
a45beb9toa25fb83