Comment 5 for bug 1782328

Revision history for this message
Krzysztof Pawlowski (krzysztof.pawlowski) wrote :

shadow_tags table exists:

       Table: shadow_tags
Create Table: CREATE TABLE `shadow_tags` (
  `resource_id` varchar(36) NOT NULL,
  `tag` varchar(80) NOT NULL,
  PRIMARY KEY (`resource_id`,`tag`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

According to our changes history this table appeared after upgrade to Ocata release.