forked from science-ation/science-ation
- Add the database stuff for the name check.. oops.
This commit is contained in:
parent
6fc2118646
commit
ebbac49b4b
@ -1 +1 @@
|
||||
88
|
||||
89
|
||||
|
1
db/db.update.89.sql
Normal file
1
db/db.update.89.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE `students` ADD `namecheck_complete` ENUM( 'no', 'yes' ) NOT NULL DEFAULT 'no';
|
Loading…
x
Reference in New Issue
Block a user