mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
added field I fergot about when creating the update code. duhrrr.
This commit is contained in:
parent
fb443f1acf
commit
5b42a6a893
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user