Show More
Commit Description:
merge
Commit Description:
merge
References:
File last commit:
Show/Diff file:
Action:
db/migrate/20210809105935_add_index_to_task_status.rb | 5 lines | 111 B | text/x-ruby | RubyLexer |
class AddIndexToTaskStatus < ActiveRecord::Migration[5.2]
def change
add_index :tasks, :status
end
end