-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PostgreSQL Triggers for Incremental Config Changes
On an INSERT or UPDATE on each row of a "main configuration tables", as listed in the ConfigSet Go struct, the changed_at column field will automatically be bumped to the current timestamp. Furthermore, the "relationship tables" will update the changed_at field in its referred row in the main table for INSERT, UPDATE or DELETE.
- Loading branch information
Showing
2 changed files
with
261 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.