tags: drop related_tags column.

This commit is contained in:
evazion
2019-09-07 22:14:40 -05:00
parent 4fc1e16731
commit 6b8515811f
3 changed files with 8 additions and 5 deletions

View File

@@ -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}