create points table if not exists

This commit is contained in:
Lili (Tlapka) 2022-10-13 14:24:36 +02:00
parent f916d46d55
commit f391a7bd12
1 changed files with 1 additions and 1 deletions

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