]> git.mjollnir.org Git - moodle.git/commitdiff
added field I fergot about when creating the update code. duhrrr.
authorjungwirr <jungwirr>
Sun, 21 Sep 2003 17:40:12 +0000 (17:40 +0000)
committerjungwirr <jungwirr>
Sun, 21 Sep 2003 17:40:12 +0000 (17:40 +0000)
mod/attendance/db/mysql.sql

index 0ecc76b91ee93330e7a4246f8628cf03f975a80c..4750674f66144da330e86aad363d91bf600c66e7 100755 (executable)
@@ -12,6 +12,7 @@ CREATE TABLE prefix_attendance (
   notes varchar(64) NOT NULL default '',
   timemodified int(10) unsigned NOT NULL default '0',
   dynsection tinyint(1) NOT NULL default '0',
+  edited tinyint(1) NOT NULL default '0',
   PRIMARY KEY  (id)
 ) TYPE=MyISAM;