Skip to content

Commit

Permalink
DATCAP-441: adding streamable_from index to tleo_id and parent_id on …
Browse files Browse the repository at this point in the history
…core_entity (#305)
  • Loading branch information
spacekitcat authored Jan 18, 2022
1 parent 8c4e13d commit f49ad6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Data/ProgrammesDb/Entity/CoreEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
* @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"}),
* @ORM\Index(name="core_entity_ft_short_synopsis", columns={"short_synopsis"}, flags={"fulltext"}),
* @ORM\Index(name="core_entity_tleo_id_type_streamable_from_idx", columns={"tleo_id", "type", "streamable_from"}),
* @ORM\Index(name="core_entity_tleo_id_type_streamable_streamable_from_idx", columns={"tleo_id", "type", "streamable", "streamable_from"}),
* })
* @ORM\Entity(repositoryClass="BBC\ProgrammesPagesService\Data\ProgrammesDb\EntityRepository\CoreEntityRepository")
* @ORM\InheritanceType("SINGLE_TABLE")
Expand Down

0 comments on commit f49ad6f

Please sign in to comment.