Fix #5312: StatementInvalid Error When Querying the media_assets Attribute of Uploads

This commit is contained in:
evazion
2022-10-25 14:15:47 -05:00
parent c96d60a840
commit 6413b9abcd
5 changed files with 71 additions and 8 deletions

7
test/factories/ai_tag.rb Normal file
View File

@@ -0,0 +1,7 @@
FactoryBot.define do
factory(:ai_tag) do
tag
media_asset
score { 1.0 }
end
end