You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thesimplekid
changed the title
Mint: When melt failts there is an sql error attempting to add proofs
Mint: When melt fails there is an sql error attempting to add proofs
Oct 12, 2024
Is the same proof being added twice? Either ON CONFLICT or UPSERT should be used instead.
I think that ON CONFLICT IGNORE, since errors are not fatal, but take my point with a grain of salt. I still have very little context for the project, but I'm learning more daily.
The text was updated successfully, but these errors were encountered: