2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-10-04 17:32:34 +08:00

DEV: Fix broken migration tests (#32525)

This commit is contained in:
Alan Guo Xiang Tan 2025-04-30 12:55:00 +08:00 committed by GitHub
parent d4b6f04ab0
commit 5601b73e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,6 +71,7 @@ schema:
- "category_featured_topics"
- "category_form_templates"
- "category_groups"
- "category_localizations"
- "category_moderation_groups"
- "category_required_tag_groups"
- "category_search_data"
@ -161,6 +162,7 @@ schema:
- "post_custom_fields"
- "post_details"
- "post_hotlinked_media"
- "post_localizations"
- "post_replies"
- "post_reply_keys"
- "post_revisions"
@ -221,6 +223,7 @@ schema:
- "topic_invites"
- "topic_link_clicks"
- "topic_links"
- "topic_localizations"
- "topic_search_data"
- "topic_tags"
- "topic_thumbnails"