❓ Chore: [后台]:bookmark表建立索引
This commit is contained in:
parent
73ada50e23
commit
bd5257046c
@ -1 +1 @@
|
||||
INSERT INTO `bookmark`.`url`(`method`, `url`, `type`) VALUES ('GET', '/baseInfo/verifyEmail', 0);
|
||||
INSERT INTO `bookmark`.`url` VALUES (8,'GET', '/baseInfo/verifyEmail', 0);
|
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `bookmark`.`bookmark`
|
||||
ADD INDEX `userId_path_index`(`userId`, `path`) USING BTREE;
|
Loading…
x
Reference in New Issue
Block a user