Add: #581 NGワード検出履歴を定期的に削除する処理 (#619)

* Add: #581 NGワード検出履歴を定期的に削除する処理

* マイグレーションコードを修正
This commit is contained in:
KMY(雪あすか) 2024-02-28 08:34:47 +09:00 committed by GitHub
parent aec832e257
commit b2acc7dbb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,9 @@
# frozen_string_literal: true
Fabricator(:ngword_history) do
uri 'https://test.com/'
target_type 0
reason 0
text 'this is an invalid text'
keyword 'invalid'
end