Commit de0cc8e4 authored by Toon Claes's avatar Toon Claes

Disable the `type` STI column for the migration

There is no need to make a difference between a Group or User
namespace, so also no need to define the classes of those.
parent 47111001
......@@ -77,6 +77,7 @@ module Gitlab
# child of another namespace.
class Namespace < ActiveRecord::Base
self.table_name = 'namespaces'
self.inheritance_column = nil
include Routable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment