Gitlab 7.13.5 500 error in services
Created by: foxdalas
Hi
ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'BuildboxService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information.):
app/models/project.rb:404:in `find_service'
app/models/project.rb:391:in `block in build_missing_services'
app/models/project.rb:385:in `each'
app/models/project.rb:385:in `build_missing_services'
app/controllers/projects/services_controller.rb:21:in `index'