Skip to content

Commit

Permalink
Forward port 3.13.5 to 3.13.6 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 5b7d3e4 commit 1ee0170
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.13.5 to 3.13.6
\set eg_version '''3.13.6'''
BEGIN;
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.13.6', :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 1ee0170

Please sign in to comment.