#94 Adds database migration support
Merged by ralph. Opened by mjia.
mjia/waiverdb alembic  into  master

Download 94.patch

In addition to add database migration support, this patch also deprecates run-dev-server.py and replaces it with DEV=true python waiverdb/manage.py in favour of flask-migrate. On the other hand, the database is no longer initialized when creating a new app, so you have to explicitly use waiverdb db upgrade to do it after the new app is created.

whoah. :D

LGTM. Does it work?

LGTM. Does it work?

Yeap. I've verified it, :smiley:

Cool. I know @gnaponie has started on some work on top of this, so let's merge!

Pull-Request has been merged by ralph

Metadata