DataObjects/core.sql
[Pman.Core] / 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