- 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
305 B
SQL
5 lines
305 B
SQL
-- Database initialization
|
|
-- Note: The original query attempted to write to OUTFILE which requires FILE privilege
|
|
-- and is not suitable for containerized environments.
|
|
-- If you need to truncate tables, add explicit TRUNCATE statements here.
|
|
SELECT 'Database hades_db is ready for migrations' as status; |