Exemplo n.º 1
0
def reinit_db():
    from commitblog import db
    db.drop_all()
    db.create_all()
Exemplo n.º 2
0
def init_db():
    from commitblog import db
    db.create_all()