Skip to content

Commit

Permalink
Forward port 3.14.0 to 3.14.1 upgrade DB script
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Stephenson <jason@sigio.com>
  • Loading branch information
Dyrcona committed Nov 21, 2024
1 parent 1ee0170 commit c425b37
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
--Upgrade Script for 3.14.0 to 3.14.1
\set eg_version '''3.14.1'''
BEGIN;
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.14.1', :eg_version);
COMMIT;

-- Update auditor tables to catch changes to source tables.
-- Can be removed/skipped if there were no schema changes.
SELECT auditor.update_auditors();

0 comments on commit c425b37

Please sign in to comment.