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:
parent
d4b6f04ab0
commit
5601b73e7a
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue