add db-migration support and initial migration
migrations/README
0 → 100755
migrations/alembic.ini
0 → 100644
migrations/env.py
0 → 100755
migrations/script.py.mako
0 → 100755
... | ... | @@ -14,3 +14,5 @@ itsdangerous==0.24 |
passlib==1.6.1 | ||
psycopg2==2.6.1 | ||
wheel==0.24.0 | ||
Flask-Script | ||
Flask-Migrate |
Please register or sign in to comment