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
db-sync: Fix (again) foreign key exception on pool offline data
This was supposed to be fixed in d658f38 but probably due to a git
merge error, the new functions that were supposed to fix this issue were
added but not used.
The fix is to use the checked versions of the functions and completely
remove the unchecked functions so they cannot be called by accident.
Closes: #858
0 commit comments