- Update database for schools report query.

This commit is contained in:
james 2007-09-13 19:18:18 +00:00
parent 1e947cba16
commit a87647ee6c
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
50
51

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

@ -0,0 +1 @@
ALTER TABLE `reports` CHANGE `type` `type` ENUM( 'student', 'judge', 'award', 'committee', 'school' ) NOT NULL DEFAULT 'student'