upgrade opensource release from 3.1.2 to 3.1.3

This commit is contained in:
xj0
2022-01-31 15:01:35 +08:00
committed by LINxiansheng
parent eed5fbbf6a
commit 77bb1d7922
11 changed files with 94 additions and 11 deletions

View File

@ -6279,7 +6279,7 @@
##因为基准版本更新的时候会调用reset_upgrade_scripts.py来清空actions begin和actions end
##这两行之间的这些代码,如果不写在这两行之间的话会导致清空不掉相应的代码。
#####========******####======== actions begin ========####******========####
# run_upgrade_job(conn, cur, "3.1.2")
# run_upgrade_job(conn, cur, "3.1.3")
# return
#####========******####========= actions end =========####******========####
#
@ -8569,7 +8569,7 @@
#
#class UpgradeParams:
# log_filename = 'upgrade_post_checker.log'
# new_version = '3.1.2'
# new_version = '3.1.3'
##### --------------start : my_error.py --------------
#class MyError(Exception):
# def __init__(self, value):