Skip to content

Commit

Permalink
DEV: remove ignore column syntax for the removed provider column in c…
Browse files Browse the repository at this point in the history
…ompletion prompt model (#810)
  • Loading branch information
nvh0412 authored Sep 29, 2024
1 parent 8cf1798 commit 1002dc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/completion_prompt.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1002dc8

Please sign in to comment.