holaplex / indexer

Index Solana data using a Geyser plugin (downstream service cluster)
https://holaplex.com
GNU Affero General Public License v3.0
167 stars 39 forks source link

use compound key for candy machine creators #673

Closed wbarksdale closed 2 years ago

wbarksdale commented 2 years ago

Candy machines can have multiple creators, so using the candy_machine_address alone as the primary key doesn't work. This changes the table to use a compound primary key of (candy_machine_address, creator_address)

wbarksdale commented 2 years ago

@ray-kast @imabdulbasit this needs and approval to merge, I think its looking good yeah?