Files
sub2api/backend/migrations/177_add_subscription_plan_currency.sql
T

5 lines
230 B
SQL
Raw Normal View History

-- 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 '';