forked from science-ation/science-ation
D'OH
This commit is contained in:
parent
970ac57f21
commit
13bc1b3d9a
@ -1,4 +1,4 @@
|
||||
ALTER TABLE `users_student`
|
||||
CHANGE `users_uid` `users_id` INT( 11 ) NOT NULL,
|
||||
CHANGE `students_active` `student_active` ENUM( 'no', 'yes' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,
|
||||
CHANGE `students_complete` `student_complete` ENUM( 'no', 'yes' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL
|
||||
CHANGE `students_complete` `student_complete` ENUM( 'no', 'yes' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user