mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
bug修复
This commit is contained in:
parent
2967a94e59
commit
eb4785d8fd
@ -8,6 +8,7 @@ CREATE TABLE `book_update_time_log` (
|
|||||||
UNIQUE KEY `uq_key_catid` (`book_cat_id`)
|
UNIQUE KEY `uq_key_catid` (`book_cat_id`)
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4;
|
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4;
|
||||||
|
|
||||||
|
|
||||||
INSERT INTO `book_update_time_log` VALUES ('1', '1', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('1', '1', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('2', '2', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('2', '2', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('3', '3', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('3', '3', NOW());
|
||||||
@ -15,3 +16,6 @@ INSERT INTO `book_update_time_log` VALUES ('4', '4', NOW());
|
|||||||
INSERT INTO `book_update_time_log` VALUES ('5', '5', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('5', '5', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('6', '6', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('6', '6', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('7', '7', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('7', '7', NOW());
|
||||||
|
|
||||||
|
|
||||||
|
ALTER TABLE book_parse_log drop INDEX uq_key_bookurl;
|
||||||
|
@ -1040,3 +1040,5 @@ INSERT INTO `book_update_time_log` VALUES ('4', '4', NOW());
|
|||||||
INSERT INTO `book_update_time_log` VALUES ('5', '5', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('5', '5', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('6', '6', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('6', '6', NOW());
|
||||||
INSERT INTO `book_update_time_log` VALUES ('7', '7', NOW());
|
INSERT INTO `book_update_time_log` VALUES ('7', '7', NOW());
|
||||||
|
|
||||||
|
ALTER TABLE book_parse_log drop INDEX uq_key_bookurl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user