]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/create_tables.sql
Add .pro.user.* to svn:ignore and remove it in the release target.
[toast/confclerk.git] / src / create_tables.sql
index a04b8d2af150c347976e67245dd1bb8511b54389..122c1cf9240720d865145c2648bc023cf3adefac 100644 (file)
@@ -32,7 +32,7 @@ CREATE TABLE PERSON ( id INTEGER NOT NULL
 CREATE TABLE EVENT ( xid_conference INTEGER  NOT NULL
     , id INTEGER NOT NULL
     , start INTEGER NOT NULL
-    , duration INTEGER NOT NULL
+    , duration INTEGER NOT NULL -- duration of the event in seconds
     , xid_track INTEGER NOT NULL REFERENCES TRACK(id)
     , type VARCHAR
     , language VARCHAR