Revision: 2957
          https://sourceforge.net/p/mrbs/code/2957/
Author:   cimorrison
Date:     2015-01-18 12:42:25 +0000 (Sun, 18 Jan 2015)
Log Message:
-----------
Added another 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:25:25 UTC (rev 2956)
+++ mrbs/trunk/tables.pg.sql    2015-01-18 12:42:25 UTC (rev 2957)
@@ -130,7 +130,10 @@
   start_time     int DEFAULT 0 NOT NULL,
   end_time       int DEFAULT 0 NOT NULL,
   entry_type     int DEFAULT 0 NOT NULL,
-  repeat_id      int DEFAULT NULL,
+  repeat_id      int DEFAULT NULL
+                   REFERENCES mrbs_repeat(id)
+                   ON UPDATE CASCADE
+                   ON DELETE CASCADE,
   room_id        int DEFAULT 1 NOT NULL
                    REFERENCES mrbs_room(id)
                    ON UPDATE CASCADE
------------------------------------------------------------------------------
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