Bug: Duplicate category_rules table in install SQL #100

Open
opened 2026-05-29 05:30:32 +00:00 by jmiller · 1 comment
Owner

Audit Finding M-1

Severity: Low

Issue:
The category_rules table CREATE statement exists in both install.mysql.sql and updates/mysql/01.01.00.sql. For fresh installs this causes a harmless duplicate, but the IF NOT EXISTS clause prevents errors.

Impact: None — just untidy.

Files: install.mysql.sql, updates/mysql/01.01.00.sql

Label: priority: low, type: chore

## Audit Finding M-1 **Severity:** Low **Issue:** The `category_rules` table CREATE statement exists in both `install.mysql.sql` and `updates/mysql/01.01.00.sql`. For fresh installs this causes a harmless duplicate, but the `IF NOT EXISTS` clause prevents errors. **Impact:** None — just untidy. **Files:** `install.mysql.sql`, `updates/mysql/01.01.00.sql` **Label:** `priority: low`, `type: chore`
Author
Owner

Branch created: feature/100-bug-duplicate-category-rules-table-in-in

git fetch origin
git checkout feature/100-bug-duplicate-category-rules-table-in-in
Branch created: [`feature/100-bug-duplicate-category-rules-table-in-in`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/100-bug-duplicate-category-rules-table-in-in) ```bash git fetch origin git checkout feature/100-bug-duplicate-category-rules-table-in-in ```
Sign in to join this conversation.
Type Bug
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#100