create points table if not exists
This commit is contained in:
parent
f916d46d55
commit
f391a7bd12
|
@ -1,7 +1,7 @@
|
|||
DROP TABLE IF EXISTS counters;
|
||||
DROP TABLE IF EXISTS redeem_queue;
|
||||
|
||||
CREATE TABLE points (
|
||||
CREATE TABLE IF NOT EXISTS points (
|
||||
id TEXT PRIMARY KEY,
|
||||
name TEXT,
|
||||
points INTEGER
|
||||
|
|
Loading…
Reference in New Issue