Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
ben
/
earwigbot-plugins
espelhamento de
https://github.com/earwig/earwigbot-plugins
Observar
1
Favorito
1
Fork
0
Código
Versões
1
Atividade
Ver código fonte
afc_copyvios: Add index to cache table schema.
main
Ben Kurtovic
5 anos atrás
pai
36b5a5f790
commit
a62d77dd66
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-0
tasks/schema/afc_copyvios.sql
+ 1
- 0
tasks/schema/afc_copyvios.sql
Ver arquivo
@@ -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`
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar