瀏覽代碼

Fix schema.

pull/15/head
Ben Kurtovic 10 年之前
父節點
當前提交
a37bba7c25
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tasks/schema/afc_statistics.sql

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

@@ -72,7 +72,7 @@ DROP TABLE IF EXISTS `updatelog`;
CREATE TABLE `updatelog` (
`update_id` int(10) unsigned NOT NULL,
`update_time` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`check_id`)
PRIMARY KEY (`update_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- Dump completed on 2014-01-10 11:00:00

Loading…
取消
儲存