mirror of https://github.com/Aidaho12/haproxy-wi
v3.5.2
parent
6b9f143bac
commit
687485405b
|
@ -420,7 +420,7 @@ def update_db_v_3_4_9_5(**kwargs):
|
|||
|
||||
def update_ver(**kwargs):
|
||||
con, cur = get_cur()
|
||||
sql = """update version set version = '3.5.1'; """
|
||||
sql = """update version set version = '3.5.2'; """
|
||||
try:
|
||||
cur.execute(sql)
|
||||
con.commit()
|
||||
|
|
Loading…
Reference in New Issue