Skip to content

Commit

Permalink
Merge pull request #2080 from ChrisBr/2.7.2
Browse files Browse the repository at this point in the history
[api][webui] Fix broken BsRequestCounter migration
  • Loading branch information
bgeuken committed Aug 25, 2016
2 parents 416d8fb + 293c5f4 commit 92bbab4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ class TempBsRequestCounter < ActiveRecord::Base
self.table_name = 'bs_request_counter'
end

def self.change
def change
# BsRequestCounter is not set correctly
# Introduced with 20160321105300_request_counter.rb
# See https://github.com/openSUSE/open-build-service/issues/2068
Expand Down

0 comments on commit 92bbab4

Please sign in to comment.