Skip to content

Commit 779ab4e

Browse files
committed
Fixed incorrect database schema version.
1 parent 9c29509 commit 779ab4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/pf-schema-7.3.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 = 2;
7-
SET @SUBMINOR_VERSION = 9;
6+
SET @MINOR_VERSION = 3;
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)