Feature Request
Since the version v3.21.0 these below 2 indexes were removed . However my project uses them a lot!
please add them back OR support a way that users can create indexes depends on their needs
#[ORM\Index(name: 'translations_lookup_idx', columns: ['locale', 'object_class', 'foreign_key'])]
#[ORM\Index(name: 'general_translations_lookup_idx', columns: ['object_class', 'foreign_key'])]
Feature Request
Since the version v3.21.0 these below 2 indexes were removed . However my project uses them a lot!
please add them back OR support a way that users can create indexes depends on their needs