Fix access_permissions INSERT column count mismatch #3

Merged
sagar.patil merged 1 commits from bugfix/hadesSql into main 2026-03-16 17:58:30 +00:00
Collaborator

Add explicit column names to INSERT IGNORE INTO access_permissions so it works when extra columns (alias, is_deleted) exist from hadesv2-auth schema migration.

Add explicit column names to INSERT IGNORE INTO access_permissions so it works when extra columns (alias, is_deleted) exist from hadesv2-auth schema migration.
sagar.patil added 1 commit 2026-03-16 17:58:23 +00:00
INSERT IGNORE without column names fails when extra columns
(alias, is_deleted) are added by hadesv2-auth schema migration.
Specifying columns makes the dump idempotent.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sagar.patil merged commit 6df483b0b0 into main 2026-03-16 17:58:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gitea_admin/hades-chart#3
No description provided.