crowdAI/crowdai

View on GitHub
doc/technical/archived_migrations/20180501122045_no_empty_seconday.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NoEmptySeconday < ActiveRecord::Migration[5.1]
  def change
    execute "update challenges set primary_sort_order_cd = 'not_used' where primary_sort_order_cd is null;"
    
  end
end