Bug: Duplicate category_rules table in install SQL #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Audit Finding M-1
Severity: Low
Issue:
The
category_rulestable CREATE statement exists in bothinstall.mysql.sqlandupdates/mysql/01.01.00.sql. For fresh installs this causes a harmless duplicate, but theIF NOT EXISTSclause prevents errors.Impact: None — just untidy.
Files:
install.mysql.sql,updates/mysql/01.01.00.sqlLabel:
priority: low,type: choreBranch created:
feature/100-bug-duplicate-category-rules-table-in-in