DatabaseTest: Fix test.
This commit is contained in:
parent
a041879eaa
commit
f663135724
|
@ -375,6 +375,7 @@ test "We don't have unexpected tables which may contain objects that are referen
|
||||||
["announcements"],
|
["announcements"],
|
||||||
["apps"],
|
["apps"],
|
||||||
["backups"],
|
["backups"],
|
||||||
|
["bookmark_folders"],
|
||||||
["bookmarks"],
|
["bookmarks"],
|
||||||
["chat_message_references"],
|
["chat_message_references"],
|
||||||
["chats"],
|
["chats"],
|
||||||
|
@ -405,6 +406,8 @@ test "We don't have unexpected tables which may contain objects that are referen
|
||||||
["push_subscriptions"],
|
["push_subscriptions"],
|
||||||
["registrations"],
|
["registrations"],
|
||||||
["report_notes"],
|
["report_notes"],
|
||||||
|
["rich_media_card"],
|
||||||
|
["rules"],
|
||||||
["scheduled_activities"],
|
["scheduled_activities"],
|
||||||
["schema_migrations"],
|
["schema_migrations"],
|
||||||
["thread_mutes"],
|
["thread_mutes"],
|
||||||
|
|
Loading…
Reference in New Issue