This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

semble / src / shared / infrastructure / database / migrations / 0015_small_loki.sql
128 B 1 lines
1CREATE INDEX "idx_collection_cards_added_by_added_at" ON "collection_cards" USING btree ("added_by","added_at" DESC NULLS LAST);