From f916d46d557d5fe94a8952b86510efa71cb2fec2 Mon Sep 17 00:00:00 2001 From: Lili Date: Thu, 13 Oct 2022 14:23:31 +0200 Subject: [PATCH] change schema to drop counters and NOT drop points --- tlapbot/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlapbot/schema.sql b/tlapbot/schema.sql index 549540c..bbbfdcd 100644 --- a/tlapbot/schema.sql +++ b/tlapbot/schema.sql @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS points; +DROP TABLE IF EXISTS counters; DROP TABLE IF EXISTS redeem_queue; CREATE TABLE points (