v4.0.1
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
ALTER TABLE ${_prefix}sys_log ADD COLUMN execute_time decimal(19);
|
||||
COMMENT ON COLUMN ${_prefix}sys_log.execute_time IS '执行时间';
|
||||
|
||||
-- 重命名待推送为已完成消息表
|
||||
ALTER TABLE ${_prefix}sys_msg_push_wait RENAME TO ${_prefix}sys_msg_pushed;
|
||||
|
||||
-- 更新模块数据库版本
|
||||
update ${_prefix}sys_module set current_version = '4.0.1' where module_code = 'core';
|
||||
commit;
|
||||
Reference in New Issue
Block a user