mirror of https://github.com/Aidaho12/haproxy-wi
v3.6.1
parent
1b728e72aa
commit
62ab7037fa
|
@ -438,7 +438,7 @@ def update_db_v_3_5_3(**kwargs):
|
|||
|
||||
def update_ver(**kwargs):
|
||||
con, cur = get_cur()
|
||||
sql = """update version set version = '3.6'; """
|
||||
sql = """update version set version = '3.6.1'; """
|
||||
try:
|
||||
cur.execute(sql)
|
||||
con.commit()
|
||||
|
|
Loading…
Reference in New Issue