Skip to content
Snippets Groups Projects
Commit 79ece5d0 authored by Jonathan Sacksick's avatar Jonathan Sacksick
Browse files

Issue #3268849 by jsacksick: Add indexes to the log template & category ID fields.

parent 90c78a8f
Branches
Tags
2 merge requests!235Issue #3115150 by mbovan: Submitting add to cart form with empty quantity...,!205Issue #3349465 by tBKoT, jsacksick, bojanz: Update several VAT rates and setup...
......@@ -21,6 +21,8 @@ class LogStorageSchema extends SqlContentEntityStorageSchema {
'source_entity_type',
],
'created' => ['created'],
'category_id' => ['category_id'],
'template_id' => ['template_id'],
];
return $schema;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment