Chatwoot/db/migrate/20200704173104_add_twitter_feature_flag.rb

6 lines
111 B
Ruby
Raw Normal View History

class AddTwitterFeatureFlag < ActiveRecord::Migration[6.0]
def change
ConfigLoader.new.process
end
end