2025-04-24 13:11:28 +08:00

4 lines
96 B
SQL

UPDATE blobs
SET global = TRUE
WHERE hash_bytes IN (SELECT hash_bytes FROM global_blob_hashes);