fix: Fixed an outdated index pointing to a now non-existant field

pull/2489/head
iglocska 2017-08-10 09:12:21 +02:00
parent aa07299abe
commit e9caf3c180
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ CREATE TABLE IF NOT EXISTS object_references (
PRIMARY KEY (id),
INDEX `uuid` (`uuid`),
INDEX `timestamp` (`timestamp`),
INDEX `referenced_uuid` (`referenced_uuid`),
INDEX `referenced_id` (`referenced_id`),
INDEX `relationship_type` (`relationship_type`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;