From 970ac57f21fa57d185d14d23fceaa2aafad59b22 Mon Sep 17 00:00:00 2001 From: jacob Date: Thu, 17 Jun 2010 15:11:04 +0000 Subject: [PATCH] syntax error in the earlier version --- db/db.update.186.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/db/db.update.186.sql b/db/db.update.186.sql index 93a8324..8558d4c 100644 --- a/db/db.update.186.sql +++ b/db/db.update.186.sql @@ -1,4 +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 +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