forked from science-ation/science-ation
Add missing semicolon which prevented the last two queries from happening
This commit is contained in:
parent
6b8f25c7b8
commit
1c42ab77ae
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user