Adding some fields to mdl_event to facilitate iCalendar import/export.

This is a work in (sloooow) progress.
This commit is contained in:
defacer
2005-07-20 17:58:33 +00:00
parent 2ecdff7894
commit 98f8f9c218
5 changed files with 15 additions and 1 deletions
+2
View File
@@ -126,6 +126,8 @@ CREATE TABLE prefix_event (
timestart integer NOT NULL default '0',
timeduration integer NOT NULL default '0',
visible integer NOT NULL default '1',
uuid char(36) NOT NULL default '',
sequence integer NOT NULL default '1',
timemodified integer NOT NULL default '0'
);