posts: remove pool_string, fav_string from ignored columns.

These columns have been removed from the database.
This commit is contained in:
evazion
2022-01-07 11:22:10 -06:00
parent dbf4e1e98e
commit 53527b9b29

View File

@@ -10,8 +10,6 @@ class Post < ApplicationRecord
RESTRICTED_TAGS_REGEX = /(?:^| )(?:#{Danbooru.config.restricted_tags.join("|")})(?:$| )/o
self.ignored_columns = [:pool_string, :fav_string]
deletable
before_validation :merge_old_changes