IF EXISTS condition in salts table
This commit is contained in:
parent
47d7d9fe3c
commit
17c8a17ebf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- It is unclear weather this table will be used
|
-- It is unclear weather this table will be used
|
||||||
|
|
||||||
-- Create the table to store hash salts
|
-- Create the table to store hash salts
|
||||||
CREATE TABLE salts (
|
CREATE TABLE IF NOT EXISTS salts (
|
||||||
id INTEGER PRIMARY KEY,
|
id INTEGER PRIMARY KEY,
|
||||||
salt TEXT NOT NULL
|
salt TEXT NOT NULL
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue