mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.8.1
parent
59b904b94e
commit
8228168082
|
@ -401,7 +401,7 @@ def update_db_v_3_4_7(**kwargs):
|
|||
|
||||
def update_ver(**kwargs):
|
||||
con, cur = get_cur()
|
||||
sql = """update version set version = '3.4.8'; """
|
||||
sql = """update version set version = '3.4.8.1'; """
|
||||
try:
|
||||
cur.execute(sql)
|
||||
con.commit()
|
||||
|
|
Loading…
Reference in New Issue