a8n: Persist CampaignPlan.Arguments as string
Created by: mrnugget
This is another follow-up to the review discussion @tsenart and I had for #6121.
I chose to drop the column since (a) the table has been unused by so far and (b) there's no straightforward way to convert a jsonb
column to text
. I bet there is a way, but I didn't want to spend the time on researching that for an unused table.