forked from science-ation/science-ation
DB updates that I forgot to include with my last commit
This commit is contained in:
parent
0503030a35
commit
f1a43a9cec
@ -1 +1 @@
|
||||
185
|
||||
186
|
||||
|
4
db/db.update.186.sql
Normal file
4
db/db.update.186.sql
Normal 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
|
Loading…
Reference in New Issue
Block a user