Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 1002dc8

Browse files
authored
DEV: remove ignore column syntax for the removed provider column in completion prompt model (#810)
1 parent 8cf1798 commit 1002dc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/models/completion_prompt.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# frozen_string_literal: true
22

33
class CompletionPrompt < ActiveRecord::Base
4-
# TODO(roman): Remove may 2024.
5-
self.ignored_columns = ["provider"]
6-
74
TRANSLATE = -301
85
GENERATE_TITLES = -307
96
PROOFREAD = -303

0 commit comments

Comments
 (0)