Updated

db/migrate / 20170915102120_add_feature_flags_to_site.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddFeatureFlagsToSite < ActiveRecord::Migration
  1. AddFeatureFlagsToSite has no descriptive comment
def change add_column :sites, :feature_flags, :jsonb, default: {}, null: false end end