We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84df0c commit 93076a7Copy full SHA for 93076a7
docs/releases/v13/upgrade-v13.0.md
@@ -142,6 +142,8 @@ invenio shell $(find $(pipenv --venv)/lib/*/site-packages/invenio_app_rdm -name
142
143
```bash
144
invenio index destroy --yes-i-know
145
+search_prefix=$(invenio shell -c "print(app.config['SEARCH_INDEX_PREFIX'])")
146
+invenio index delete --force --yes-i-know "${search_prefix}rdmrecords-records-record-v6.0.0-percolators"
147
invenio index init
148
# if you have records custom fields
149
invenio rdm-records custom-fields init
0 commit comments