From a37bba7c25491828608103598f221975c3dc2aa9 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 17 Feb 2014 22:50:18 -0500 Subject: [PATCH] Fix schema. --- tasks/schema/afc_statistics.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/schema/afc_statistics.sql b/tasks/schema/afc_statistics.sql index 707be97..eaf0e95 100644 --- a/tasks/schema/afc_statistics.sql +++ b/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