wip
All checks were successful
/ release (push) Successful in 41s

This commit is contained in:
Samuel Lorch 2024-07-05 19:37:23 +02:00 committed by Samuel Lorch
parent b03e85db0b
commit cd3c06d7d0
4 changed files with 32 additions and 26 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE files
ALTER COLUMN hash bigint SET NOT NULL;

View file

@ -0,0 +1,2 @@
ALTER TABLE files
ALTER COLUMN hash bigint DROP NOT NULL;