mirror of https://github.com/Aidaho12/haproxy-wi
parent
9f1958248f
commit
8a57b9e0e5
|
@ -724,7 +724,7 @@ def update_db_v_4_5_1(**kwargs):
|
|||
|
||||
def update_ver(**kwargs):
|
||||
con, cur = get_cur()
|
||||
sql = """update version set version = '4.5.0.0'; """
|
||||
sql = """update version set version = '4.5.0.1'; """
|
||||
try:
|
||||
cur.execute(sql)
|
||||
con.commit()
|
||||
|
|
Loading…
Reference in New Issue