hades-chart/hades/sql/000_create_db.sql
Vaibhav Pathak df359d052c Restructure repo: move chart to hades/ and include MySQL subchart
- 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
2026-01-05 17:59:13 +05:30

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;