Example #1
0
 def migrate():
     db.session.close()
     db.drop_all()
     db.create_all()
Example #2
0
def drop_db():
    db.drop_all()