Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/timelog.rb')
-rw-r--r--app/models/timelog.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/models/timelog.rb b/app/models/timelog.rb
index 07c61f64f29..dc976816ad9 100644
--- a/app/models/timelog.rb
+++ b/app/models/timelog.rb
@@ -2,6 +2,9 @@
class Timelog < ApplicationRecord
include Importable
+ include IgnorableColumns
+
+ ignore_column :note_id_convert_to_bigint, remove_with: '16.0', remove_after: '2023-05-22'
before_save :set_project