初始化

This commit is contained in:
zg
2026-07-15 16:13:27 +08:00
parent 6d6f559793
commit c4023c1623
276 changed files with 42622 additions and 0 deletions

6
sql/qa_recreate.sql Normal file
View File

@@ -0,0 +1,6 @@
-- ============================================
-- QA 数据库重建 (UUID 版本)
-- 数据库: mokeegatewayqa
-- ============================================
DROP DATABASE IF EXISTS mokeegatewayqa;
CREATE DATABASE mokeegatewayqa DEFAULT CHARSET utf8mb4;