Skip to content

Commit 9980cdf

Browse files
committed
Add missing 3.15.5 to 3.15.6 upgrade script (placeholder, no changes)
Signed-off-by: Chris Sharp <[email protected]>
1 parent f9cb4fe commit 9980cdf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
--Upgrade Script for 3.15.5 to 3.15.6
2+
\set eg_version '''3.15.6'''
3+
BEGIN;
4+
5+
INSERT INTO config.upgrade_log (version, applied_to) VALUES ('3.15.6', :eg_version);
6+
7+
COMMIT;

0 commit comments

Comments
 (0)