Fix #5312: StatementInvalid Error When Querying the media_assets Attribute of Uploads
This commit is contained in:
7
test/factories/ai_tag.rb
Normal file
7
test/factories/ai_tag.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
FactoryBot.define do
|
||||
factory(:ai_tag) do
|
||||
tag
|
||||
media_asset
|
||||
score { 1.0 }
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user