mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-09-21 14:19:18 +08:00
feat(payment): 补充订阅套餐币种字段的 SQL 迁移文件
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
2bbdd47002
commit
705da4f610
@@ -0,0 +1,4 @@
|
||||
-- Display-only ISO 4217 currency label for subscription plan prices; empty
|
||||
-- keeps existing plans rendering without any label.
|
||||
ALTER TABLE subscription_plans
|
||||
ADD COLUMN IF NOT EXISTS currency VARCHAR(3) NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user