Skip to content

Commit

Permalink
Fixed incorrect database schema version.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Sep 25, 2017
1 parent 9c29509 commit 779ab4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/pf-schema-7.3.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
--

SET @MAJOR_VERSION = 7;
SET @MINOR_VERSION = 2;
SET @SUBMINOR_VERSION = 9;
SET @MINOR_VERSION = 3;
SET @SUBMINOR_VERSION = 0;

--
-- The VERSION_INT to ensure proper ordering of the version in queries
Expand Down

0 comments on commit 779ab4e

Please sign in to comment.