Browse Source

v3.5.7

pull/161/head
Pavel Loginov 5 years ago
parent
commit
52aec4ae5b
  1. 2
      app/create_db.py

2
app/create_db.py

@ -440,7 +440,7 @@ def update_db_v_3_5_3(**kwargs):
def update_ver(**kwargs):
con, cur = get_cur()
sql = """update version set version = '3.5.6'; """
sql = """update version set version = '3.5.7'; """
try:
cur.execute(sql)
con.commit()

Loading…
Cancel
Save