mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
修复加载i18n问题
This commit is contained in:
2
sop.sql
2
sop.sql
@@ -473,4 +473,4 @@ INSERT INTO `sys_user_role` (`id`, `role_id`, `user_id`, `add_time`, `update_tim
|
||||
|
||||
-- ALTER
|
||||
ALTER TABLE `api_info`
|
||||
ADD COLUMN `api_mode` tinyint(4) NOT NULL DEFAULT '1' COMMENT '接口模式,1-open接口,2-Restful模式' AFTER `reg_source`;
|
||||
ADD COLUMN `api_mode` tinyint(4) NULL DEFAULT '1' COMMENT '接口模式,1-open接口,2-Restful模式' AFTER `reg_source`;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
-- 2025-02-09更新
|
||||
-- api_info表新增api_mode字段
|
||||
ALTER TABLE `api_info`
|
||||
ADD COLUMN `api_mode` tinyint(4) NOT NULL DEFAULT '1' COMMENT '接口模式,1-open接口,2-Restful模式' AFTER `reg_source`;
|
||||
ADD COLUMN `api_mode` tinyint(4) NULL DEFAULT '1' COMMENT '接口模式,1-open接口,2-Restful模式' AFTER `reg_source`;
|
||||
|
Reference in New Issue
Block a user