From ed2a766c802aaf8213fa9156ed373f3071e9a0eb Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Thu, 29 Apr 2021 22:14:16 +0100 Subject: [PATCH] Update database name for Alembic --- alembic.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic.ini b/alembic.ini index fd7ddbd..569ba00 100644 --- a/alembic.ini +++ b/alembic.ini @@ -39,7 +39,7 @@ prepend_sys_path = . # are written from script.py.mako # output_encoding = utf-8 -sqlalchemy.url = mysql+mysqldb://songdb:songdb@localhost/songdb +sqlalchemy.url = mysql+mysqldb://songdb:songdb@localhost/musicmuster [post_write_hooks]