Parcourir la source

afc_copyvios: Add index to cache table schema.

main
Ben Kurtovic il y a 5 ans
Parent
révision
a62d77dd66
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      tasks/schema/afc_copyvios.sql

+ 1
- 0
tasks/schema/afc_copyvios.sql Voir le fichier

@@ -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`


Chargement…
Annuler
Enregistrer