summaryrefslogtreecommitdiff
path: root/app/models/project_setting.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project_setting.rb')
-rw-r--r--app/models/project_setting.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/project_setting.rb b/app/models/project_setting.rb
index 24d892290a6..b2559636f32 100644
--- a/app/models/project_setting.rb
+++ b/app/models/project_setting.rb
@@ -1,6 +1,10 @@
# frozen_string_literal: true
class ProjectSetting < ApplicationRecord
+ include IgnorableColumns
+
+ ignore_column :allow_editing_commit_messages, remove_with: '14.4', remove_after: '2021-09-10'
+
belongs_to :project, inverse_of: :project_setting
enum squash_option: {