Skip to content
New issue

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

fixes data import bug when seeding domain list from sql #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicko170
Copy link

@nicko170 nicko170 commented Dec 2, 2022

I imported a bunch of .au domains via SQL with the Pending Transfer status, and the sync did not pull all of the eligibility data in from the API and store it locally, as the rows did not exist in tbldomainsadditionalfields. Editing each domain in whmcs created them and they worked - but that was too slow.

updateOrInsert seems to be the better way to deal with this here - as it doesn't matter how the domain is added to WHMCS now :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant