diff --git a/postplays.sql b/postplays.sql index 42fe877..7222670 100644 --- a/postplays.sql +++ b/postplays.sql @@ -15,5 +15,7 @@ json ->> 'description' is not null and json ->> 'isScoringPlay' = 1 and posted = 0; --- update posted here +update plays +set posted = 1 +where posted = 0; commit;