models: remove ignored_columns declarations.

These columns have been removed from the underlying database.
This commit is contained in:
evazion
2022-09-20 21:23:34 -05:00
parent b66f84c0c7
commit a229a6f5c4
11 changed files with 0 additions and 22 deletions

View File

@@ -1,8 +1,6 @@
# frozen_string_literal: true
class NoteVersion < ApplicationRecord
self.ignored_columns = [:updater_ip_addr]
belongs_to :post
belongs_to :note
belongs_to_updater :counter_cache => "note_update_count"