mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 12:51:49 +00:00
3 lines
96 B
SQL
3 lines
96 B
SQL
UPDATE blobs
|
|
SET global = TRUE
|
|
WHERE hash_bytes IN (SELECT hash_bytes FROM global_blob_hashes);
|