浏览代码

no patches on accounts db

version-14
Rushabh Mehta 14 年前
父节点
当前提交
2cda6827a4
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      cgi-bin/webnotes/modules/patch.py

+ 4
- 0
cgi-bin/webnotes/modules/patch.py 查看文件

@@ -5,6 +5,10 @@ def run(log_exception=1):
from patches import patch
from webnotes.utils import cint
if webnotes.conn.cur_db_name=='accounts':
# no patches on accounts
return
next_patch = cint(webnotes.conn.get_global('next_patch'))
if next_patch <= patch.last_patch:


正在加载...
取消
保存