|
|
@ -1,13 +1,13 @@
|
|
|
|
class ModifyRequestLimitForShixunServiceConfig < ActiveRecord::Migration
|
|
|
|
class ModifyRequestLimitForShixunServiceConfig < ActiveRecord::Migration
|
|
|
|
def up
|
|
|
|
def up
|
|
|
|
ShixunServiceConfig.find_each do |config|
|
|
|
|
# ShixunServiceConfig.find_each do |config|
|
|
|
|
# repertoire_id = 5 代表的是大数据的镜像
|
|
|
|
# # repertoire_id = 5 代表的是大数据的镜像
|
|
|
|
if config.mirror_repository.repertoire_id != 5
|
|
|
|
# if config.mirror_repository.repertoire_id != 5
|
|
|
|
config.update_column(:request_limit, 10)
|
|
|
|
# config.update_column(:request_limit, 10)
|
|
|
|
else
|
|
|
|
# else
|
|
|
|
puts("####---#{config.mirror_repository.name}")
|
|
|
|
# puts("####---#{config.mirror_repository.name}")
|
|
|
|
end
|
|
|
|
# end
|
|
|
|
end
|
|
|
|
# end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def down
|
|
|
|
def down
|
|
|
|