Table index is not getting modified on restarting the registry #268
Unanswered
kuldeep-beehyv
asked this question in
Issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, We need to make a small change i.e. removing the Unique constraint on one column in an already existing table.
I have modified the schema JSON accordingly and restarted the vc-registry but this is not reflected in the database.
In the schema JSON, we removed the below part -
"uniqueIndexFields": [
"previousCertificateId"
],
and restarted the vc-registry.
Beta Was this translation helpful? Give feedback.
All reactions