mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-12 04:01:52 +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);
|