change schema to drop counters and NOT drop points

This commit is contained in:
Lili (Tlapka) 2022-10-13 14:23:31 +02:00
parent 5c6b070a7a
commit f916d46d55
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
DROP TABLE IF EXISTS points; DROP TABLE IF EXISTS counters;
DROP TABLE IF EXISTS redeem_queue; DROP TABLE IF EXISTS redeem_queue;
CREATE TABLE points ( CREATE TABLE points (