mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Load plugins and add missing tables
This commit is contained in:
1
.github/workflows/migration-tests.yml
vendored
1
.github/workflows/migration-tests.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
RAILS_ENV: test
|
||||
PGUSER: discourse
|
||||
PGPASSWORD: discourse
|
||||
LOAD_PLUGINS: 1
|
||||
|
||||
steps:
|
||||
- name: Set working directory owner
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user