create points table if not exists

This commit is contained in:
2022-10-13 14:24:36 +02:00
parent f916d46d55
commit f391a7bd12
+1 -1
View File
@@ -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