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
Title says it all. I'd like to be able to synchronize data from the database (created_at, updated_at, autoinc id, etc), but still have previous_changes be correct. I'm trying to run before_* and after_* hooks, but my after hooks rely often check previous_changes to check if they should run.
Title says it all. I'd like to be able to synchronize data from the database (created_at, updated_at, autoinc id, etc), but still have
previous_changes
be correct. I'm trying to runbefore_*
andafter_*
hooks, but my after hooks rely often checkprevious_changes
to check if they should run.Current behavior:
(My) Expected behavior:
The text was updated successfully, but these errors were encountered: