DataObjects/core.sql
authorAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2012 02:06:17 +0000 (10:06 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Mar 2012 02:06:17 +0000 (10:06 +0800)
DataObjects/core.sql

index 009f0b2..a75c9c2 100644 (file)
@@ -282,7 +282,8 @@ ALTER TABLE  core_locking ADD COLUMN  person_id int(11)  NOT NULL DEFAULT 0;
 ALTER TABLE  core_locking ADD COLUMN  created datetime ;
 
 alter table  core_locking ADD  INDEX lookup(on_table, on_id, person_id, created);
-alter table core_locking change column `int` id int(11) auto_increment not null;
+# -- oops... - wrong name of pid.
+alter table  core_locking change column `int` id int(11) auto_increment not null;
 
 # -- a generic enumeraction