in-fin-neat / in-fin-neat-core

Personal Finances tool
1 stars 0 forks source link

Update the user dynamo to treat the iban list as a set #56

Open leonardohscastilho opened 2 days ago

leonardohscastilho commented 2 days ago

Currently, the user schema considers the iban list to be a regular list. It's better to update to a set since we don't expect duplicated IBANS there and for better performance. Context:https://github.com/in-fin-neat/in-fin-neat-core/pull/50#discussion_r1864882620