DEV: remove ignore column syntax for the removed provider column in completion prompt model (#810)
This commit is contained in:
parent
8cf1798afe
commit
1002dc877d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue