Skip to content

Commit

Permalink
[api][webui] Fix broken BsRequestCounter migration
Browse files Browse the repository at this point in the history
change method needs to be an instance method.
  • Loading branch information
ChrisBr committed Aug 25, 2016
1 parent 416d8fb commit 293c5f4
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 293c5f4

Please sign in to comment.