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
When we re-sync a website from Github to the database and there are soft-deleted WebsiteContent records for the website, those records should be un-deleted if they still exist as files in Github. Right now, our sync logic attempts to create them, which causes text_id conflicts.
This will be easier to implement and test when #292 merges.
The text was updated successfully, but these errors were encountered:
When we re-sync a website from Github to the database and there are soft-deleted
WebsiteContent
records for the website, those records should be un-deleted if they still exist as files in Github. Right now, our sync logic attempts to create them, which causestext_id
conflicts.This will be easier to implement and test when #292 merges.
The text was updated successfully, but these errors were encountered: