2026-08-21 18:30:13 +08:00
|
|
|
-- 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 '';
|