From 2e98f6499b770c68b232f68d0e9cbd4de45d4f63 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Wed, 21 Jan 2026 20:30:50 +0800 Subject: [PATCH] no message --- _env/resource.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_env/resource.sql b/_env/resource.sql index bf64df1..8b4d31a 100644 --- a/_env/resource.sql +++ b/_env/resource.sql @@ -32,7 +32,8 @@ CREATE TABLE `articles` ( `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), - KEY `code` (`sCode`) + KEY `code` (`sCode`), + KEY `sAuthorCode` (`sAuthorCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; @@ -431,4 +432,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */; --- Dump completed on 2026-01-21 20:23:12 +-- Dump completed on 2026-01-21 20:30:29