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
|
||||
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2020_06_29_122646) do
|
||||
ActiveRecord::Schema.define(version: 2020_07_04_173104) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "pg_stat_statements"
|
||||
|
||||
Reference in New Issue
Block a user