- Add the database stuff for the name check.. oops.

This commit is contained in:
dave 2007-12-22 23:44:46 +00:00
parent 6fc2118646
commit ebbac49b4b
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
88
89

1
db/db.update.89.sql Normal file
View File

@ -0,0 +1 @@
ALTER TABLE `students` ADD `namecheck_complete` ENUM( 'no', 'yes' ) NOT NULL DEFAULT 'no';