瀏覽代碼

afc_copyvios: Add index to cache table schema.

main
Ben Kurtovic 5 年之前
父節點
當前提交
a62d77dd66
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      tasks/schema/afc_copyvios.sql

+ 1
- 0
tasks/schema/afc_copyvios.sql 查看文件

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


Loading…
取消
儲存