DataObjects/core.sql
authorChris <chris@roojs.com>
Tue, 11 Dec 2012 06:45:03 +0000 (14:45 +0800)
committerChris <chris@roojs.com>
Tue, 11 Dec 2012 06:45:03 +0000 (14:45 +0800)
DataObjects/core.sql

index 5a266f5..707a507 100644 (file)
@@ -412,7 +412,7 @@ CREATE TABLE core_notify_recur (
   id int(11)  NOT NULL AUTO_INCREMENT,
 
   PRIMARY KEY (id)
-) ;
+);
  
 
 ALTER TABLE  core_notify_recur  ADD COLUMN person_id int(11)  NOT NULL;