Add missing semicolon which prevented the last two queries from happening

This commit is contained in:
james 2007-11-16 16:46:57 +00:00
parent 6b8f25c7b8
commit 1c42ab77ae

View File

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