logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: f663135724fac2ef12107369f94d8e030bc1b4a5
parent a041879eaaa7ca8ca421a89e303f58b5b68bc6da
Author: Lain Soykaf <lain@lain.com>
Date:   Tue, 28 May 2024 18:54:36 +0400

DatabaseTest: Fix test.

Diffstat:

Mtest/mix/tasks/pleroma/database_test.exs3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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"],