diff --git a/createdb.py b/createdb.py index d37b952..3c66696 100644 --- a/createdb.py +++ b/createdb.py @@ -10,4 +10,4 @@ from progit import model model.create_tables( APP.config['DB_URL'], APP.config.get('PATH_ALEMBIC_INI', None), - True) + debug=True)