mirror of https://github.com/Aidaho12/haproxy-wi
parent
bb48e6d36c
commit
aa802f1038
|
@ -1289,7 +1289,7 @@ def update_db_v_5_2_0(**kwargs):
|
||||||
|
|
||||||
def update_ver():
|
def update_ver():
|
||||||
con, cur = get_cur()
|
con, cur = get_cur()
|
||||||
sql = """update version set version = '5.2.0.0'; """
|
sql = """update version set version = '5.2.1.0'; """
|
||||||
try:
|
try:
|
||||||
cur.execute(sql)
|
cur.execute(sql)
|
||||||
con.commit()
|
con.commit()
|
||||||
|
|
Loading…
Reference in New Issue