From 3a93338642b47e61423275ede415d2cd300e1163 Mon Sep 17 00:00:00 2001 From: Anfioo <3485977506@qq.com> Date: Sun, 1 Feb 2026 15:46:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=9F=E9=97=A8=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jimureport-_192_168_1_108-2026_02_01_15_43_50-dump.sql | 3 +++ .../prod/mall-_192_168_1_108-2026_02_01_15_44_10-dump.sql | 2 ++ 2 files changed, 5 insertions(+) diff --git a/resources/mysql/prod/jimureport-_192_168_1_108-2026_02_01_15_43_50-dump.sql b/resources/mysql/prod/jimureport-_192_168_1_108-2026_02_01_15_43_50-dump.sql index 41b6b46..75a7a2f 100644 --- a/resources/mysql/prod/jimureport-_192_168_1_108-2026_02_01_15_43_50-dump.sql +++ b/resources/mysql/prod/jimureport-_192_168_1_108-2026_02_01_15_43_50-dump.sql @@ -18,6 +18,9 @@ -- -- Table structure for table `huiyuan_age` -- +CREATE DATABASE IF NOT EXISTS jimureport; +USE jimureport; + DROP TABLE IF EXISTS `huiyuan_age`; /*!40101 SET @saved_cs_client = @@character_set_client */; diff --git a/resources/mysql/prod/mall-_192_168_1_108-2026_02_01_15_44_10-dump.sql b/resources/mysql/prod/mall-_192_168_1_108-2026_02_01_15_44_10-dump.sql index 1c7e714..2cd08f8 100644 --- a/resources/mysql/prod/mall-_192_168_1_108-2026_02_01_15_44_10-dump.sql +++ b/resources/mysql/prod/mall-_192_168_1_108-2026_02_01_15_44_10-dump.sql @@ -18,6 +18,8 @@ -- -- Table structure for table `account` -- +CREATE DATABASE IF NOT EXISTS mall; +USE mall; DROP TABLE IF EXISTS `account`; /*!40101 SET @saved_cs_client = @@character_set_client */;