Bug fix
pull/246/head
Pavel Loginov 4 years ago committed by GitHub
parent 9f1958248f
commit 8a57b9e0e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save