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

2 lines
No EOL
57 B
SQL

ALTER TABLE files
ALTER COLUMN hash bigint DROP NOT NULL;