Actions
Feature proposal #7619
closedImplement additional unique indexes
Feature proposal #7619:
Implement additional unique indexes
Description
A unique index should be on the likes and follows tables for user id and asset. A user can't like or follow the same asset twice. This would further improve SQL performance, but migration code needs to be implemented to clean up the duplicates first before the index is made unique.
Actions