初始化

This commit is contained in:
Ran
2026-08-25 17:59:42 +08:00
commit 4b7380dd9b
408 changed files with 327400 additions and 0 deletions
@@ -0,0 +1,4 @@
-- 在 redemption_codes 表中增加明文兑换码字段,使管理后台可持续查看完整兑换码。
ALTER TABLE public.redemption_codes ADD COLUMN code character varying(40);
COMMENT ON COLUMN public.redemption_codes.code IS '完整明文兑换码,仅对新建记录写入,历史记录为空';