morffix/migrations/000015_alter_files_table_hash.down.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
56 B
SQL

ALTER TABLE files
ALTER COLUMN hash bigint SET NOT NULL;