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
Add a DB migration that creates MD5 hashes for older forms that were published before the hash column was created in the logger_xform table.
hash
logger_xform
Aha! Link: https://ona.aha.io/features/PROD-480
The text was updated successfully, but these errors were encountered:
Current workaround is to manually run:
UPDATE logger_xform SET hash = CONCAT('md5:', MD5(XML)) WHERE hash IS NULL;
Sorry, something went wrong.
XForm MD5 Hash DB Migration
7a7b627
fixes #1187
1ef42a9
Successfully merging a pull request may close this issue.
Add a DB migration that creates MD5 hashes for older forms that were published before the
hash
column was created in thelogger_xform
table.Aha! Link: https://ona.aha.io/features/PROD-480
The text was updated successfully, but these errors were encountered: