Update SQL scripts.
This commit is contained in:
parent
8c1380d804
commit
a4fcf1ce50
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
|||
inf_value TEXT NOT NULL
|
||||
);
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '4');
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '6');
|
||||
-- !
|
||||
CREATE TABLE IF NOT EXISTS Accounts (
|
||||
id INTEGER PRIMARY KEY,
|
||||
|
|
|
@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS Information (
|
|||
inf_value TEXT NOT NULL
|
||||
);
|
||||
-- !
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '4');
|
||||
INSERT INTO Information VALUES (1, 'schema_version', '6');
|
||||
-- !
|
||||
CREATE TABLE IF NOT EXISTS Accounts (
|
||||
id INTEGER PRIMARY KEY,
|
||||
|
|
Loading…
Add table
Reference in a new issue