how to init database
Opened this issue · 2 comments
duckbill commented
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
richdouglasevans commented
Overholt uses Alembic. Running the Alembic migrations should do the trick.
alembic upgrade head
duckbill commented
thanks!
@richdouglasevans