Improve Scan, Seperate Hashing
All checks were successful
/ release (push) Successful in 42s

This commit is contained in:
Samuel Lorch 2024-07-07 01:12:01 +02:00
parent cd3c06d7d0
commit e47a254cad
8 changed files with 178 additions and 55 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE files
ALTER COLUMN md5 DROP NOT NULL,
ADD mod_time TIMESTAMP NOT NULL DEFAULT current_timestamp;