posts: remove pool_string, fav_string from ignored columns.
These columns have been removed from the database.
This commit is contained in:
@@ -10,8 +10,6 @@ class Post < ApplicationRecord
|
|||||||
|
|
||||||
RESTRICTED_TAGS_REGEX = /(?:^| )(?:#{Danbooru.config.restricted_tags.join("|")})(?:$| )/o
|
RESTRICTED_TAGS_REGEX = /(?:^| )(?:#{Danbooru.config.restricted_tags.join("|")})(?:$| )/o
|
||||||
|
|
||||||
self.ignored_columns = [:pool_string, :fav_string]
|
|
||||||
|
|
||||||
deletable
|
deletable
|
||||||
|
|
||||||
before_validation :merge_old_changes
|
before_validation :merge_old_changes
|
||||||
|
|||||||
Reference in New Issue
Block a user