You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I like keeping this little program very simple (eg. no async), batching up the postgres updates into one should make this just a bit more efficient and possibly faster.
UPDATE post SET thumbnail_url = NULL WHERE thumbnail_url in (..., ...)
The text was updated successfully, but these errors were encountered:
While I like keeping this little program very simple (eg. no async), batching up the postgres updates into one should make this just a bit more efficient and possibly faster.
UPDATE post SET thumbnail_url = NULL WHERE thumbnail_url in (..., ...)
The text was updated successfully, but these errors were encountered: