From 80a97b3a4395c21eadd2174d1655cc7a7fdb650d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Mar 2012 10:06:17 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 009f0b2d..a75c9c2a 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -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 -- 2.39.2