Example #1
0
def sysaction_updateschema():
    schema = DatabaseSchema(conn_url())
    schema.update()
    return redirect("/sysadmin/")