Skip to content

Commit

Permalink
Index changes for faucet counts (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjornTwachtmann authored Oct 10, 2017
1 parent 802c75b commit 7606e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Data/ProgrammesDb/Entity/CoreEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
* @ORM\Index(name="core_entity_streamable_idx", columns={"streamable"}),
* @ORM\Index(name="core_entity_streamable_alternate_idx", columns={"streamable_alternate"}),
* @ORM\Index(name="core_entity_children_json_cover_idx", columns={"parent_id", "position", "first_broadcast_date", "title"}),
* @ORM\Index(name="core_entity_type_ancestry_cover_idx", columns={"type", "ancestry"}),
* @ORM\Index(name="core_entity_type_embargoed_ancestry_cover_idx", columns={"type", "is_embargoed", "ancestry"}),
* @ORM\Index(name="core_entity_type_streamable_ancestry_cover_idx", columns={"type", "streamable", "ancestry"}),
* @ORM\Index(name="core_entity_sibling_by_first_broadcast_idx", columns={"parent_id", "first_broadcast_date"}),
* @ORM\Index(name="core_entity_ft_all", columns={"search_title","short_synopsis"}, flags={"fulltext"}),
* @ORM\Index(name="core_entity_ft_search_title", columns={"search_title"}, flags={"fulltext"}),
Expand Down

0 comments on commit 7606e0b

Please sign in to comment.