wip
This commit is contained in:
parent
90b0062732
commit
3ec0e28272
4 changed files with 32 additions and 26 deletions
2
migrations/000015_alter_files_table_hash.down.sql
Normal file
2
migrations/000015_alter_files_table_hash.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE files
|
||||
ALTER COLUMN hash bigint SET NOT NULL;
|
2
migrations/000015_alter_files_table_hash.up.sql
Normal file
2
migrations/000015_alter_files_table_hash.up.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE files
|
||||
ALTER COLUMN hash bigint DROP NOT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue