|
|
@ -735,7 +735,7 @@ def update_db_v_7_2_0_1():
|
|
|
|
|
|
|
|
|
|
|
|
def update_ver():
|
|
|
|
def update_ver():
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
Version.update(version='7.2.0.0').execute()
|
|
|
|
Version.update(version='7.2.1.0').execute()
|
|
|
|
except Exception:
|
|
|
|
except Exception:
|
|
|
|
print('Cannot update version')
|
|
|
|
print('Cannot update version')
|
|
|
|
|
|
|
|
|
|
|
|