Skip to content
Snippets Groups Projects

Issue #3349713: Add indexes to Voting API entity tables to speed up result calculations

5 files
+ 87
0
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
0
@@ -28,6 +28,7 @@ use Drupal\votingapi\VoteInterface;
* bundle_entity_type = "vote_type",
* handlers = {
* "storage" = "Drupal\votingapi\VoteStorage",
* "storage_schema" = "Drupal\votingapi\VoteStorageSchema",
* "access" = "Drupal\votingapi\VoteAccessControlHandler",
* "form" = {
* "delete" = "Drupal\votingapi\Form\VoteDeleteConfirm"
Loading