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

2 lines
No EOL
56 B
SQL

ALTER TABLE files
ALTER COLUMN hash bigint SET NOT NULL;