This commit is contained in:
parent
cd3c06d7d0
commit
e47a254cad
8 changed files with 178 additions and 55 deletions
3
migrations/000017_alter_files_table_hash.down.sql
Normal file
3
migrations/000017_alter_files_table_hash.down.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE files
|
||||
ALTER COLUMN md5 SET NOT NULL,
|
||||
DROP IF EXISTS mod_time;
|
Loading…
Add table
Add a link
Reference in a new issue