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 778c118 + 17b8173 commit 8dc28fdCopy full SHA for 8dc28fd
1 file changed
core/Application.php
@@ -260,6 +260,12 @@ public function __construct() {
260
'systag_by_tagid',
261
['systemtagid', 'objecttype']
262
);
263
+
264
+ $event->addMissingIndex(
265
+ 'systemtag_object_mapping',
266
+ 'systag_by_objectid',
267
+ ['objectid']
268
+ );
269
});
270
271
$eventDispatcher->addListener(AddMissingPrimaryKeyEvent::class, function (AddMissingPrimaryKeyEvent $event) {
0 commit comments