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 deleting a record, the action doesn't get logged and there is the following error:
'null value in column "recordTitle" of relation "log" violates not-null constraint'
Making recordTitle nullable in the log entity makes the error go away and the action to gets logged, but we don't have the ID of the record that got deleted.
Ideally, the ID of the deleted record should be logged, otherwise we don't really know what got deleted and it will be hard to chase orphaned relations for example.
The text was updated successfully, but these errors were encountered:
When deleting a record, the action doesn't get logged and there is the following error:
'null value in column "recordTitle" of relation "log" violates not-null constraint'
Making
recordTitle
nullable in the log entity makes the error go away and the action to gets logged, but we don't have the ID of the record that got deleted.Ideally, the ID of the deleted record should be logged, otherwise we don't really know what got deleted and it will be hard to chase orphaned relations for example.
The text was updated successfully, but these errors were encountered: