ignore the `tsv` column on the statuses table - our code will never touch this

staging
multiple creatures 2019-05-21 23:31:36 -05:00
parent ec288a11a0
commit 2bdfbfe32c
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#
class Status < ApplicationRecord
self.ignored_columns = %w(tsv)
before_destroy :unlink_from_conversations
include Paginable