Show More
Commit Description:
fix bug with duplicate logins are given...
Commit Description:
fix bug with duplicate logins are given also increase dropdown size on group view
File last commit:
Show/Diff file:
Action:
db/migrate/20200404135714_add_index_to_submission.rb | 5 lines | 123 B | text/x-ruby | RubyLexer |
class AddIndexToSubmission < ActiveRecord::Migration[5.2]
def change
add_index :submissions, :submitted_at
end
end