tags: drop related_tags column.
This commit is contained in:
@@ -3,8 +3,6 @@ FactoryBot.define do
|
||||
name {"#{FFaker::Name.first_name.downcase}#{rand(1000)}"}
|
||||
post_count {0}
|
||||
category {Tag.categories.general}
|
||||
related_tags {""}
|
||||
related_tags_updated_at {Time.now}
|
||||
|
||||
factory(:artist_tag) do
|
||||
category {Tag.categories.artist}
|
||||
|
||||
Reference in New Issue
Block a user