dev_aliyun
cxt 5 years ago
parent 291c33df66
commit 4fd18b50ed

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

Loading…
Cancel
Save