mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-07 08:09:01 +02:00
43573e9a98
GitOrigin-RevId: ef2ef77e26df59d1af3df6dc664e284d3c70102d
4 lines
96 B
SQL
4 lines
96 B
SQL
UPDATE blobs
|
|
SET global = TRUE
|
|
WHERE hash_bytes IN (SELECT hash_bytes FROM global_blob_hashes);
|