We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there isn't a check for an existing card hash when inserting into the db.
Before it would just create duplicate records, however a unique constraint has been added to the db and would cause an error now.
An example is here, but the method needs to get a hash specific to name and set.
name
set
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently there isn't a check for an existing card hash when inserting into the db.
Before it would just create duplicate records, however a unique constraint has been added to the db and would cause an error now.
An example is here, but the method needs to get a hash specific to
name
andset
.The text was updated successfully, but these errors were encountered: