Commit Graph

2 Commits (1a5fb4b32d3e07db539ff3bff258ecc51903c4bc)

Author SHA1 Message Date
fengruixiang 1a5fb4b32d feat: add TenantIndustry and TenantIndustryNameTranslations tables with seed data 2026-07-26 18:41:22 +08:00
fengruixiang ba133c4fb5 chore(docker): 本地开发栈补齐 PAYG 配置与 .bak 架构补齐脚本
- docker-compose.local.yml: 新增 AppConfig__TwoC__TenantId 与
    IsMockupPayment,隨付即用(PAYG)建单需校验 2C 池租户,否则报
    "TwoC.TenantId is not configured"
  - 新增 local-schema-catchup.sql:AML-local-dev.bak 快照缺
    __EFMigrationsHistory,DbMigrator 无从增量,补上 PAYG /
    AgentUserSetting / SplitOrderType 三个迁移的 DDL,并回补
    IsDeleted 的 DEFAULT 0 约束(全部带存在性判断,可重复执行)
  - 文档 docker-compose-local-dev.md 更名为 readme.md
2026-07-22 11:12:01 +08:00