morffix/migrations/000017_alter_files_table_hash.down.sql
Samuel Lorch e47a254cad
All checks were successful
/ release (push) Successful in 42s
Improve Scan, Seperate Hashing
2024-07-07 01:12:01 +02:00

3 lines
74 B
SQL

ALTER TABLE files
ALTER COLUMN md5 SET NOT NULL,
DROP IF EXISTS mod_time;