Skip to content

Commit aaf6c39

Browse files
Accidentally swapped file contents
1 parent d7e18d2 commit aaf6c39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
UPDATE qotw_points SET points = 0 WHERE user_id != 0;
1+
TRUNCATE TABLE QOTW_QUESTION;

0 commit comments

Comments
 (0)