From: jungwirr Date: Sun, 21 Sep 2003 17:40:12 +0000 (+0000) Subject: added field I fergot about when creating the update code. duhrrr. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b42a6a89391b150fa73902bfabef01469c03cdf;p=moodle.git added field I fergot about when creating the update code. duhrrr. --- diff --git a/mod/attendance/db/mysql.sql b/mod/attendance/db/mysql.sql index 0ecc76b91e..4750674f66 100755 --- a/mod/attendance/db/mysql.sql +++ b/mod/attendance/db/mysql.sql @@ -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;