update posted
This commit is contained in:
parent
87f2ad02dc
commit
8c5292f9c8
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue