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:
parent
c12eb66886
commit
eb187355ee
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user