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;
|