Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Actions: INSERT, UPDATE, DELETE

Logic

  1. On any of this actions dictionaries changes (INSERT, UPDATE, DELETE) - insert data (name, action, inserted_at) to dictionaries_changes

    1. On conflict - update inserted_at for the record with the same name and action

...