Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChannelMemberHistory reference needs to be case sensitive #64

Open
sadohert opened this issue Jun 14, 2024 · 1 comment
Open

ChannelMemberHistory reference needs to be case sensitive #64

sadohert opened this issue Jun 14, 2024 · 1 comment

Comments

@sadohert
Copy link
Contributor

Testing the Legal Hold plugin on Mysql (Aurora on AWS).

Was getting this error when the job runs:

{"timestamp":"2024-06-14 13:26:49.084 Z","level":"error","msg":"invalid key/value pair","caller":"app/plugin_api.go:976","plugin_id":"com.mattermost.plugin-legal-hold","arg":"Error 1146 (42S02): Table 'sdohertydb.channelmemberhistory' doesn't exist"}

I think this line is where we are hardcoding to lower case, and where we need to fix this:

From("channelmemberhistory as cmh").

@grundleborg
Copy link
Collaborator

Reopening until verified by QA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants