Skip to content

Commit

Permalink
Redmine 4.0.4, Rails 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaminer authored Nov 26, 2019
1 parent db1f0f8 commit 250b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/201210302135_add_issue_sla_unique_index.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AddIssueSlaUniqueIndex < ActiveRecord::Migration
class AddIssueSlaUniqueIndex < ActiveRecord::Migration[5.1]
def self.up
add_index :issue_slas, [:project_id, :priority_id], :unique => true
end
Expand Down

0 comments on commit 250b298

Please sign in to comment.