diff --git a/db/db.code.version.txt b/db/db.code.version.txt index d22307c4..8643cf6d 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -88 +89 diff --git a/db/db.update.89.sql b/db/db.update.89.sql new file mode 100644 index 00000000..a2c51967 --- /dev/null +++ b/db/db.update.89.sql @@ -0,0 +1 @@ +ALTER TABLE `students` ADD `namecheck_complete` ENUM( 'no', 'yes' ) NOT NULL DEFAULT 'no';