Explorar el Código

Add cache_possible_miss column to copyvios schema.

pull/15/head
Ben Kurtovic hace 9 años
padre
commit
a7c43cb0cf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      tasks/schema/afc_copyvios.sql

+ 1
- 0
tasks/schema/afc_copyvios.sql Ver fichero

@@ -18,6 +18,7 @@ CREATE TABLE `cache` (
`cache_time` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
`cache_queries` INT(4) NOT NULL DEFAULT 0,
`cache_process_time` FLOAT NOT NULL DEFAULT 0,
`cache_possible_miss` BOOLEAN NOT NULL DEFAULT FALSE,
PRIMARY KEY (`cache_id`)
) ENGINE=InnoDB;



Cargando…
Cancelar
Guardar