This repository has no description
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);