added field I fergot about when creating the update code. duhrrr.

This commit is contained in:
jungwirr 2003-09-21 17:40:12 +00:00
parent fb443f1acf
commit 5b42a6a893

View File

@ -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;