Skip to content

Commit

Permalink
Address unit test failure in PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Dec 24, 2024
1 parent cbd2cf5 commit 48ce4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trainingportal/sql/dbsetup.sqlite.sql
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE dbInfo (
version INTEGER
);
INSERT INTO dbInfo (version) VALUES (5);
INSERT INTO dbInfo (version) VALUES (6);

CREATE TABLE moduleInfo (
version INTEGER
Expand Down

0 comments on commit 48ce4a2

Please sign in to comment.