Pavel Loginov 2021-07-01 13:22:21 +06:00
parent bb48e6d36c
commit aa802f1038
1 changed files with 1 additions and 1 deletions

View File

@ -1289,7 +1289,7 @@ def update_db_v_5_2_0(**kwargs):
def update_ver():
con, cur = get_cur()
sql = """update version set version = '5.2.0.0'; """
sql = """update version set version = '5.2.1.0'; """
try:
cur.execute(sql)
con.commit()