mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-27 17:00:06 +02: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);
|