DataObjects/core.sql
authorAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 10:14:21 +0000 (18:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 18 Nov 2010 10:14:21 +0000 (18:14 +0800)
DataObjects/core.sql

index 0c6a1b2..d0483f3 100644 (file)
@@ -260,7 +260,7 @@ DELIMITER ;
                        
         
     
- CREATE TABLE  core_locking (
+CREATE TABLE  core_locking (
   `int` int(11)  NOT NULL AUTO_INCREMENT,
   `on_table` varchar(64)  NOT NULL,
   `on_id` int(11)  NOT NULL,
@@ -268,4 +268,4 @@ DELIMITER ;
   `created` datetime  NOT NULL,
   PRIMARY KEY (`int`),
   INDEX `lookup`(`on_table`, `on_id`, `person_id`, `created`)
-)
\ No newline at end of file
+);
\ No newline at end of file