Adding jsonb columns for custom fields

My pref here today is just to lean on:

https://github.com/discourse/discourse/blob/06f82a7d72f79f1419b4ea8c1d264476dd794d87/lib/plugin/instance.rb#L456-L457

So as long as your migrations are all there we will run them on db:migrate. Only caveat is we need to run them on the test database (which we should fix so it is done by default)

4 curtidas