mirror of
https://github.com/EdiFarcas/Giveaway-app.git
synced 2026-06-28 13:00:42 +03:00
Commenting users scraper and coin updater
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
UPDATE UserCoins
|
||||
SET coins = coins + @coinsToAdd
|
||||
WHERE userHandle = @userHandle;
|
||||
Reference in New Issue
Block a user