From f0f00e9ba8a755e4317e029d73b69a92ad9f9df1 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期六, 14 九月 2024 17:02:41 +0800
Subject: [PATCH] update

---
 exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql b/exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql
index ba92fa7..e26608a 100644
--- a/exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql
+++ b/exam-admin/src/main/resources/db/migration/V20240506001_ope_log.sql
@@ -2,7 +2,6 @@
 -- ----------------------------
 -- 操作日志表
 -- ----------------------------
-drop table if exists sys_oper_log;
 create table sys_oper_log (
 id           bigint(20)      not null auto_increment    comment '日志主键',
 title             varchar(50)     default ''                 comment '模块标题',

--
Gitblit v1.9.2