openwallet-foundation / acapy-endorser-service

endorser-service
https://wiki.hyperledger.org/display/aries
Apache License 2.0
6 stars 11 forks source link

Regenerate DB migrations with alembic #40

Closed Gavinok closed 9 months ago

Gavinok commented 1 year ago

Currently some inconsistencies exist in the migrations AllowedPublicDid's registered_did is not set as a private key and rev_reg_def+rev_reg_entry seems to still be stored as strings even after running

alembic revision --autogenerate -m "comment"` in the container the migration does not address these changes 
Gavinok commented 1 year ago

Handled in https://github.com/hyperledger/aries-endorser-service/pull/37