Revision: 2956
          https://sourceforge.net/p/mrbs/code/2956/
Author:   cimorrison
Date:     2015-01-18 12:25:25 +0000 (Sun, 18 Jan 2015)
Log Message:
-----------
Added change to table creation SQL that was forgotten in the repeat_id_fk branch

Modified Paths:
--------------
    mrbs/trunk/tables.pg.sql

Modified: mrbs/trunk/tables.pg.sql
===================================================================
--- mrbs/trunk/tables.pg.sql    2015-01-18 12:12:04 UTC (rev 2955)
+++ mrbs/trunk/tables.pg.sql    2015-01-18 12:25:25 UTC (rev 2956)
@@ -148,7 +148,7 @@
   info_text      text,
   ical_uid       varchar(255) DEFAULT '' NOT NULL,
   ical_sequence  smallint DEFAULT 0 NOT NULL,
-  ical_recur_id  varchar(16) DEFAULT '' NOT NULL
+  ical_recur_id  varchar(16) DEFAULT NULL
 );
 create index mrbs_idxStartTime on mrbs_entry(start_time);
 create index mrbs_idxEndTime on mrbs_entry(end_time);
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to