FIX: UserAction table did not have enum help (#62)

Requires 2.6.0.beta3
This commit is contained in:
Kane York 2020-10-06 18:58:14 -07:00 committed by GitHub
parent 80ffc4582f
commit 386635d693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.discourse-compatibility Normal file
View File

@ -0,0 +1 @@
2.6.0.beta2 16873e708a3c924549e77f3fea011069358d1511

View File

@ -395,6 +395,7 @@ SQL
'topic_timers.status_type': TopicTimer.types,
'topic_users.notification_level': TopicUser.notification_levels,
'topic_users.notifications_reason_id': TopicUser.notification_reasons,
'user_actions.action_type': UserAction.types,
'user_histories.action': UserHistory.actions,
'user_security_keys.factor_type': UserSecurityKey.factor_types,
'users.trust_level': TrustLevel.levels,