This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot-plugins
mirror of
https://github.com/earwig/earwigbot-plugins
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
Browse Source
afc_copyvios: Add index to cache table schema.
main
Ben Kurtovic
5 years ago
parent
36b5a5f790
commit
a62d77dd66
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/schema/afc_copyvios.sql
+ 1
- 0
tasks/schema/afc_copyvios.sql
View File
@@ -21,6 +21,7 @@ CREATE TABLE `cache` (
`cache_possible_miss` BOOLEAN NOT NULL DEFAULT FALSE,
PRIMARY KEY (`cache_id`)
) ENGINE=InnoDB;
CREATE INDEX `cache_time_idx` ON `cache` (`cache_time`);
--
-- Table structure for table `cache_data`
Write
Preview
Loading…
Cancel
Save