소스 검색

Add files via upload

wibyweb 1 년 전
부모
커밋
904f821399
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      db/wiby.sql

+ 3 - 3
db/wiby.sql

@@ -100,9 +100,9 @@ DROP TABLE IF EXISTS `indexqueue`;
 /*!50503 SET character_set_client = utf8mb4 */;
 CREATE TABLE `indexqueue` (
   `id` bigint(20) NOT NULL AUTO_INCREMENT,
-  `url` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
+  `url` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
   `worksafe` tinyint(1) DEFAULT NULL,
-  `approver` text CHARACTER SET latin1 COLLATE latin1_swedish_ci,
+  `approver` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci,
   `surprise` tinyint(1) DEFAULT NULL,
   `updatable` int(11) DEFAULT '1',
   `task` tinyint(4) DEFAULT NULL,
@@ -423,4 +423,4 @@ UNLOCK TABLES;
 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
 
--- Dump completed on 2023-03-26 22:26:24
+-- Dump completed on 2023-08-09 23:41:07