mattupstate/overholt

how to init database

Opened this issue · 2 comments

I had change the url of connecting mysql,and created a database named overholt ,but no tables in it.
what I want to konw is that how can create the tables???

thank you !
@mattupstate

Overholt uses Alembic. Running the Alembic migrations should do the trick.

alembic upgrade head