From 1c42ab77ae1cd4d93fb51d921587ad2fbf4e0b43 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 16 Nov 2007 16:46:57 +0000 Subject: [PATCH] Add missing semicolon which prevented the last two queries from happening --- db/db.update.61.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db.update.61.sql b/db/db.update.61.sql index ea1a372..884b8dc 100644 --- a/db/db.update.61.sql +++ b/db/db.update.61.sql @@ -17,7 +17,7 @@ CREATE TABLE `volunteer_positions_signup` ( PRIMARY KEY ( `id` ) ) TYPE = MYISAM ; -ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school', 'volunteer' ) NOT NULL DEFAULT 'student' +ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school', 'volunteer' ) NOT NULL DEFAULT 'student'; INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year` ) VALUES (