retroactively denormalize earned msats to items/comments
This commit is contained in:
parent
80968d7b35
commit
6050041d39
|
@ -0,0 +1,3 @@
|
|||
SELECT sats_after_tip("Earn"."typeId", NULL, "Earn".msats)
|
||||
FROM "Earn"
|
||||
WHERE type = 'POST' OR type = 'COMMENT';
|
Loading…
Reference in New Issue