feat: add type column to campaigns (default reddit_post)
This commit is contained in:
parent
c7c57fe4e5
commit
e158787b59
1 changed files with 2 additions and 0 deletions
2
app/db/migrations/015_campaign_type.sql
Normal file
2
app/db/migrations/015_campaign_type.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- app/db/migrations/015_campaign_type.sql
|
||||||
|
ALTER TABLE campaigns ADD COLUMN type TEXT NOT NULL DEFAULT 'reddit_post';
|
||||||
Loading…
Reference in a new issue