diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-28 18:54:36 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-28 18:54:36 +0400 |
commit | f663135724fac2ef12107369f94d8e030bc1b4a5 (patch) | |
tree | 388b606aebecb845625b3bf363755ec0bcff0509 /test/mix | |
parent | a041879eaaa7ca8ca421a89e303f58b5b68bc6da (diff) | |
download | pleroma-f663135724fac2ef12107369f94d8e030bc1b4a5.tar.gz pleroma-f663135724fac2ef12107369f94d8e030bc1b4a5.zip |
DatabaseTest: Fix test.
Diffstat (limited to 'test/mix')
-rw-r--r-- | test/mix/tasks/pleroma/database_test.exs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/mix/tasks/pleroma/database_test.exs b/test/mix/tasks/pleroma/database_test.exs index 5f5ab5195..d773038cb 100644 --- a/test/mix/tasks/pleroma/database_test.exs +++ b/test/mix/tasks/pleroma/database_test.exs @@ -375,6 +375,7 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do ["announcements"], ["apps"], ["backups"], + ["bookmark_folders"], ["bookmarks"], ["chat_message_references"], ["chats"], @@ -405,6 +406,8 @@ defmodule Mix.Tasks.Pleroma.DatabaseTest do ["push_subscriptions"], ["registrations"], ["report_notes"], + ["rich_media_card"], + ["rules"], ["scheduled_activities"], ["schema_migrations"], ["thread_mutes"], |