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
What I'm doing right now is put JSON in notes
notes
-,അ,"അകം(1) അന്തരംഗം, മനസ്സ്",malayalam,"{""native"": ""അകം1 അന്തരംഗം മനസ്സ്"", ""en"": ""akam1 antharamgam manass"", ""ipa"": ""əkəm1 ən̪t̪əɾəmgəm mən̪əss"", ""iso"": ""akaṁ antaraṁgaṁ manass ""}",,,1-1,,
and then use Rails to put it as JSON into meta:
meta
Entry.find_each do |entry| entry.update!(meta: JSON.parse(entry.notes)) rescue print("error #{entry.id}") end
Better if dictpress does this directly
The text was updated successfully, but these errors were encountered:
8af7b4b
No branches or pull requests
What I'm doing right now is put JSON in
notes
and then use Rails to put it as JSON into
meta
:Better if dictpress does this directly
The text was updated successfully, but these errors were encountered: