update posted
This commit is contained in:
@@ -15,5 +15,7 @@ json ->> 'description' is not null and
|
|||||||
json ->> 'isScoringPlay' = 1 and
|
json ->> 'isScoringPlay' = 1 and
|
||||||
posted = 0;
|
posted = 0;
|
||||||
|
|
||||||
-- update posted here
|
update plays
|
||||||
|
set posted = 1
|
||||||
|
where posted = 0;
|
||||||
commit;
|
commit;
|
||||||
|
|||||||
Reference in New Issue
Block a user