Skip to content

Commit 795649b

Browse files
committed
adjust schema version
1 parent 3ca11d6 commit 795649b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/pf-schema-7.4.0.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
--
44

55
SET @MAJOR_VERSION = 7;
6-
SET @MINOR_VERSION = 3;
7-
SET @SUBMINOR_VERSION = 9;
6+
SET @MINOR_VERSION = 4;
7+
SET @SUBMINOR_VERSION = 0;
88

99
--
1010
-- The VERSION_INT to ensure proper ordering of the version in queries

0 commit comments

Comments
 (0)