02-set-global-flag.sql 96 B

123
  1. UPDATE blobs
  2. SET global = TRUE
  3. WHERE hash_bytes IN (SELECT hash_bytes FROM global_blob_hashes);