소스 검색

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

불러오는 중...
취소
저장