morffix/migrations/000015_alter_files_table_hash.up.sql
Samuel Lorch b7f0ccc8a6
All checks were successful
/ release (push) Successful in 40s
wip
2024-07-06 18:42:05 +02:00

2 lines
No EOL
57 B
SQL

ALTER TABLE files
ALTER COLUMN hash bigint DROP NOT NULL;