diff --git a/app/models/project.rb b/app/models/project.rb index c2ba21ac7e930064cb534c8ccb2bc0a4a13dc287..392c38cc5d9ee05b6ffcbcf758bceb884d46c02a 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -28,7 +28,6 @@ class Project < ActiveRecord::Base include Gitlab::VisibilityLevel extend Enumerize - default_value_for :imported, false default_value_for :archived, false ActsAsTaggableOn.strict_case_match = true