DB updates that I forgot to include with my last commit

This commit is contained in:
jacob 2010-06-17 14:02:30 +00:00
parent 0503030a35
commit f1a43a9cec
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
185
186

4
db/db.update.186.sql Normal file
View File

@ -0,0 +1,4 @@
ALTER TABLE `users_student`
CHANGE `users_uid` `users_id` INT( 11 ) NOT NULL;
CHANGE `students_active` `student_active` ENUM( 'yes', 'no' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL ,
CHANGE `students_complete` `student_complete` ENUM( 'yes', 'no' ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL