feat(M02-A): 建立多小程序租户配置模型

This commit is contained in:
Codex
2026-06-18 10:30:31 +08:00
parent 9d13f75dc0
commit 8b8fb28c36
15 changed files with 459 additions and 15 deletions
@@ -0,0 +1,6 @@
-- Roll back the M02-A multi-application and tenant configuration model.
DELETE FROM qipai_schema_migrations WHERE version = '2026061803';
DROP TABLE IF EXISTS qipai_tenant_configs;
DROP TABLE IF EXISTS qipai_tenant_apps;
DROP TABLE IF EXISTS qipai_platform_apps;