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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 06:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-13 06:09:17 +0300
commit6b15723e0656c73c0c3971e71629d73d62c49974 (patch)
tree85e4d78cd97ab88547cf8b5ff3df11592691b0ed /app/models
parente2cd7b7352e498d96de4795eed1780f2d9fcfd05 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-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