We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd2cf5 commit 48ce4a2Copy full SHA for 48ce4a2
trainingportal/sql/dbsetup.sqlite.sql
@@ -1,7 +1,7 @@
1
CREATE TABLE dbInfo (
2
version INTEGER
3
);
4
-INSERT INTO dbInfo (version) VALUES (5);
+INSERT INTO dbInfo (version) VALUES (6);
5
6
CREATE TABLE moduleInfo (
7
0 commit comments