mirror of https://github.com/Aidaho12/haproxy-wi
parent
f67661c1f8
commit
f0185cdb46
|
@ -1065,9 +1065,9 @@ def update_db_v_4_5_9(**kwargs):
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def update_ver(**kwargs):
|
def update_ver():
|
||||||
con, cur = get_cur()
|
con, cur = get_cur()
|
||||||
sql = """update version set version = '4.5.8.0'; """
|
sql = """update version set version = '4.5.9.0'; """
|
||||||
try:
|
try:
|
||||||
cur.execute(sql)
|
cur.execute(sql)
|
||||||
con.commit()
|
con.commit()
|
||||||
|
|
Loading…
Reference in New Issue