Fix database name to match migration scripts

Changed mysqlDatabase from "hadesdb" to "hades_db" to match what the
migration scripts expect. The 004_hades.sql migration references
hades_db database.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Vaibhav Pathak 2026-02-24 10:30:22 +05:30
parent c12eb66886
commit eb187355ee

View File

@ -72,7 +72,7 @@ mysql:
image: "bitnamilegacy/mysql"
imageTag: "5.7"
mysqlRootPassword: "dev-root-password"
mysqlDatabase: "hadesdb"
mysqlDatabase: "hades_db"
mysqlUser: "hades_user"
mysqlPassword: "dev-hades-password"
persistence: