From 293c5f411f96b38a24b596ef806eecf530ed2c0f Mon Sep 17 00:00:00 2001 From: Christian Bruckmayer Date: Thu, 25 Aug 2016 15:58:29 +0200 Subject: [PATCH] [api][webui] Fix broken BsRequestCounter migration change method needs to be an instance method. --- src/api/db/migrate/20160824132643_fix_bs_request_counter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/db/migrate/20160824132643_fix_bs_request_counter.rb b/src/api/db/migrate/20160824132643_fix_bs_request_counter.rb index 5036028bee6..25dbd6d3850 100644 --- a/src/api/db/migrate/20160824132643_fix_bs_request_counter.rb +++ b/src/api/db/migrate/20160824132643_fix_bs_request_counter.rb @@ -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