fix(n8n): resolve duplicate key constraint on tag_entity during workflow import #49
Reference in New Issue
Block a user
Delete Branch "fix/n8n-init-duplicate-key-constraint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
n8n import:workflow --separate imports each JSON file independently. All 4
workflows shared the same tags (parapharmacy, scraper), so the second import
tried to INSERT duplicate tag names, hitting the unique index on
tag_entity.name.