Example #1
0
def initdb():
    """Init or reset database"""

    db.drop_all()
    db.create_all()
Example #2
0
def initdb():
    """Init or reset database"""

    db.drop_all()
    db.create_all()