Load plugins and add missing tables

This commit is contained in:
Gerhard Schlager
2025-01-21 00:51:21 +01:00
parent 886174272b
commit 99bc997431
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ jobs:
RAILS_ENV: test
PGUSER: discourse
PGPASSWORD: discourse
LOAD_PLUGINS: 1
steps:
- name: Set working directory owner

View File

@@ -66,6 +66,7 @@ schema:
- "chat_mention_notifications"
- "chat_mentions"
- "chat_message_custom_fields"
- "chat_message_interactions"
- "chat_message_reactions"
- "chat_message_revisions"
- "chat_messages"
@@ -211,6 +212,7 @@ schema:
- "upload_references"
- "uploads"
- "user_actions"
- "user_api_key_client_scopes"
- "user_api_key_clients"
- "user_api_key_scopes"
- "user_api_keys"