We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
mattermost-plugin-legal-hold/server/store/sqlstore/legal_hold.go
Line 116 in 06410e3
The text was updated successfully, but these errors were encountered:
Reopening until verified by QA
Sorry, something went wrong.
No branches or pull requests
Testing the Legal Hold plugin on Mysql (Aurora on AWS).
Was getting this error when the job runs:
I think this line is where we are hardcoding to lower case, and where we need to fix this:
mattermost-plugin-legal-hold/server/store/sqlstore/legal_hold.go
Line 116 in 06410e3
The text was updated successfully, but these errors were encountered: