FlipFlop: enable for gestionnaire

This commit is contained in:
simon lehericey 2018-11-08 17:13:48 +01:00
parent 457bc13c75
commit 36621bffeb
7 changed files with 51 additions and 4 deletions

View file

@ -0,0 +1,5 @@
class AddFeaturesColumnToGestionnaires < ActiveRecord::Migration[5.2]
def change
add_column :gestionnaires, :features, :jsonb, null: false, default: {}
end
end