We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84e05ac + 017370e commit 178e532Copy full SHA for 178e532
1 file changed
core/Application.php
@@ -244,6 +244,12 @@ public function __construct() {
244
'systag_by_tagid',
245
['systemtagid', 'objecttype']
246
);
247
+
248
+ $event->addMissingIndex(
249
+ 'systemtag_object_mapping',
250
+ 'systag_by_objectid',
251
+ ['objectid']
252
+ );
253
});
254
255
$eventDispatcher->addListener(AddMissingPrimaryKeyEvent::class, function (AddMissingPrimaryKeyEvent $event) {
0 commit comments