DataObjects/Core_notify.php
authorChris <chris@roojs.com>
Thu, 24 May 2012 09:37:52 +0000 (17:37 +0800)
committerChris <chris@roojs.com>
Thu, 24 May 2012 09:37:52 +0000 (17:37 +0800)
DataObjects/Core_notify.php

index 6252a32..8f67d6d 100644 (file)
@@ -7,6 +7,7 @@
  *
 CREATE TABLE  core_notify  (
   `id` int(11)  NOT NULL AUTO_INCREMENT,
+  `recur_id` INT(11) NOT NULL;
   `act_when` DATETIME NOT NULL,
   `onid` int(11)  NOT NULL DEFAULT 0,
   `ontable` varchar(128)  NOT NULL DEFAULT '',