Files
go_blog/models
dsh 970dbd4c5b refactor: 上传/下载接口全面迁移到统一 files 表,移除 attachments 模型
- 删除 models/attachment.go,Attachment 模型由 File(Type=attachments)替代
- handlers/attachment.go:上传/删除/列表/绑定全部改读写 files 表,
  查询按 type='attachments' 过滤(为 avatar/logo 等类型预留隔离)
- models/db.go:AutoMigrate 移除 Attachment;启动迁移仅当旧表仍存在时执行
  (升级路径保障,已删除则为无操作)
- 测试同步切换到 File 模型(security_test/bodylimit_test)
- scripts/drop_attachments_table.sql:旧表删除脚本(含前置校验说明)
2026-08-28 19:23:50 +08:00
..
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00
2026-08-27 19:03:03 +08:00