ЕСОЗ - публічна документація

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

General

This page describes trigger logic that handle any dictionary changes.

When to run: AFTER

Actions: INSERT, UPDATE, DELETE

Logic

  1. On any of this actions - insert data (name, action, inserted_at) to dictionaries_changes

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

  • No labels