feat: add type column to campaigns (default reddit_post)

This commit is contained in:
Alan Weinstock 2026-04-27 07:53:54 -07:00
parent 0d550217ca
commit 2f52f529a7

View file

@ -0,0 +1,2 @@
-- app/db/migrations/015_campaign_type.sql
ALTER TABLE campaigns ADD COLUMN type TEXT NOT NULL DEFAULT 'reddit_post';