DEV: remove ignore column syntax for the removed provider column in completion prompt model (#810)

This commit is contained in:
Hoa Nguyen 2024-09-30 08:57:23 +10:00 committed by GitHub
parent 8cf1798afe
commit 1002dc877d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -1,9 +1,6 @@
# frozen_string_literal: true
class CompletionPrompt < ActiveRecord::Base
# TODO(roman): Remove may 2024.
self.ignored_columns = ["provider"]
TRANSLATE = -301
GENERATE_TITLES = -307
PROOFREAD = -303