Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
earwigbot-plugins
réplica de
https://github.com/earwig/earwigbot-plugins
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
1
Actividad
Explorar el Código
afc_copyvios: Add index to cache table schema.
main
Ben Kurtovic
hace 5 años
padre
36b5a5f790
commit
a62d77dd66
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
tasks/schema/afc_copyvios.sql
+ 1
- 0
tasks/schema/afc_copyvios.sql
Ver fichero
@@ -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`
Escribir
Vista previa
Cargando…
Cancelar
Guardar