Skip to content

Commit 48ce4a2

Browse files
committed
Address unit test failure in PR check
1 parent cbd2cf5 commit 48ce4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trainingportal/sql/dbsetup.sqlite.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CREATE TABLE dbInfo (
22
version INTEGER
33
);
4-
INSERT INTO dbInfo (version) VALUES (5);
4+
INSERT INTO dbInfo (version) VALUES (6);
55

66
CREATE TABLE moduleInfo (
77
version INTEGER

0 commit comments

Comments
 (0)