feat: switch upload hash to md5

This commit is contained in:
2026-01-08 15:40:48 +08:00
parent 6ffe58ffb4
commit 7f162b7c45
8 changed files with 348 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
-- +goose Up
COMMENT ON COLUMN media_assets.hash IS '文件 MD5 哈希';
-- +goose Down
COMMENT ON COLUMN media_assets.hash IS '文件 SHA-256 哈希';