docs(M08-D): 回填广告与装修运营

This commit is contained in:
Codex
2026-08-10 12:59:22 +08:00
parent c1c02421a1
commit e0e17159a7
6 changed files with 54 additions and 7 deletions
@@ -0,0 +1,8 @@
# 2026-08-10 M08-D 素材作用域去重
- 版本:`2026081002_m08d_content_asset_scope`
- up:新增生成列 `scope_store_id = IFNULL(store_id, 0)`,把素材唯一键改为 `(tenant_id, scope_store_id, checksum_sha256)`
- 结果:同一租户的公共素材和各门店可独立保存相同图片;同一公共/门店作用域内仍按 checksum 幂等复用。
- down:先将广告图片引用归并到同租户 checksum 的最小资产 ID,删除重复资产,再恢复历史租户级唯一键。
- verify:检查生成列表达式、唯一键列顺序和迁移版本。
- WSL MySQL 8.4.10 已完成 138 up、117 verify、134 down 的 `up → verify → down → up → verify` 往返。