fix: include all SQL files in dbinit configmap #7

Merged
sagar.patil merged 1 commits from fix/include-all-sql-in-dbinit into main 2026-04-28 09:04:18 +00:00
Collaborator

Changed glob from sql/004_.sql to sql/.sql so 000_create_db.sql (creates hades_user) is included.

Changed glob from sql/004_*.sql to sql/*.sql so 000_create_db.sql (creates hades_user) is included.
sagar.patil added 1 commit 2026-04-28 09:04:16 +00:00
The glob was "sql/004_*.sql" which excluded 000_create_db.sql that
creates hades_user. Changed to "sql/*.sql" to include all migration
files in alphabetical order.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
sagar.patil merged commit 2716e60d2d into main 2026-04-28 09:04:18 +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#7
No description provided.