Chore: Feature Flags for Channels (#1010)
This commit is contained in:
5
db/migrate/20200704173104_add_twitter_feature_flag.rb
Normal file
5
db/migrate/20200704173104_add_twitter_feature_flag.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddTwitterFeatureFlag < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
ConfigLoader.new.process
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user