DataObjects/core.sql
[Pman.Core] / DataObjects / core.sql
index 7d668af..b0191a0 100644 (file)
@@ -251,8 +251,8 @@ CREATE TABLE  core_locking (
   `person_id` int(11)  NOT NULL,
   `created` datetime  NOT NULL,
   PRIMARY KEY (`int`),
-  INDEX `lookup`(`on_table`, `on_id`, `person_id`, `created`)
 );
+alter table  core_locking ADD  INDEX `lookup`(`on_table`, `on_id`, `person_id`, `created`)