Skip to content

Commit d7e18d2

Browse files
Added migration to reset qotw points
1 parent edf8251 commit d7e18d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
TRUNCATE TABLE QOTW_QUESTION;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TRUNCATE TABLE QOTW_QUESTION;
1+
UPDATE qotw_points SET points = 0 WHERE user_id != 0;

0 commit comments

Comments
 (0)