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
if one does update resource set state = 'ENDED' where ..., then one might forget about deleting row from ids_within_pool; and the db is then inconsistent.
The text was updated successfully, but these errors were encountered:
if one does
update resource set state = 'ENDED' where ...
, then one might forget about deleting row fromids_within_pool
; and the db is then inconsistent.The text was updated successfully, but these errors were encountered: