Browse Source

#3 凡ミス

main
みてるぞ 3 days ago
parent
commit
281fdf988b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      migration.py

+ 1
- 1
migration.py View File

@@ -4,7 +4,7 @@ from eloquent import DatabaseManager, Schema


CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver': 'mysql', CONFIG: dict[str, DbConfig] = { 'mysql': { 'driver': 'mysql',
'host': 'localhost', 'host': 'localhost',
'database': 'nizika_nico',
'database': 'nizika_ai',
'user': os.environ['MYSQL_USER'], 'user': os.environ['MYSQL_USER'],
'password': os.environ['MYSQL_PASS'], 'password': os.environ['MYSQL_PASS'],
'prefix': '' } } 'prefix': '' } }


Loading…
Cancel
Save