morffix/migrations/000015_alter_files_table_hash.up.sql
Samuel Lorch 3ec0e28272 wip
2024-07-05 19:37:23 +02:00

2 lines
No EOL
57 B
SQL

ALTER TABLE files
ALTER COLUMN hash bigint DROP NOT NULL;