Files

5 lines
230 B
SQL
Raw Permalink 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 '';