- Moved helm/hades/* to hades/ to match ArgoCD path: hades - Included mysql-1.6.9.tgz subchart for ArgoCD dependency resolution - Fixed sync wave ordering: dbinit wave 0, deployment wave 1
5 lines
189 B
SQL
5 lines
189 B
SQL
-- Database hades_db is automatically created by MySQL Helm chart
|
|
-- This file runs first to ensure proper migration ordering
|
|
|
|
SELECT 'Database migration starting for hades_db' AS message;
|