From 7b0f3591f0d536d9b1318a1eb185af264ea555c1 Mon Sep 17 00:00:00 2001 From: dataprince Date: Fri, 20 Oct 2023 20:53:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E8=A1=A8sys=5Foper=5Flog=E5=8E=BB=E6=8E=89=E8=87=AA?= =?UTF-8?q?=E5=A2=9E=E4=B8=BB=E9=94=AE=EF=BC=8C=E4=BD=BF=E7=94=A8=E9=9B=AA?= =?UTF-8?q?=E8=8A=B1=E7=AE=97=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/update.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/update.sql b/sql/update.sql index a691112..6bcae87 100644 --- a/sql/update.sql +++ b/sql/update.sql @@ -565,4 +565,7 @@ UPDATE `sys_user` SET `user_type`="sys_user"; ALTER TABLE `sys_logininfor` CHANGE COLUMN `info_id` `info_id` BIGINT(19) NOT NULL COMMENT '访问ID' FIRST; +ALTER TABLE `sys_oper_log` + CHANGE COLUMN `oper_id` `oper_id` BIGINT(19) NOT NULL COMMENT '日志主键' FIRST; +