version/db/sys_http_audit_log.sql
@@ -1,7 +1,6 @@ -- HTTP 接口审计(rsf-http-audit 插件写入) SET NAMES utf8mb4; DROP TABLE IF EXISTS `sys_http_audit_log`; CREATE TABLE `sys_http_audit_log` ( `id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '主键', `service_name` varchar(64) DEFAULT NULL COMMENT '应用 spring.application.name',