You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
There is a bug in the issuer component migration where the INT database does not match with the seeder files in our repository. This indicates that the issuer component migration is out of sync and needs to be fixed.
To resolve this bug, we need to investigate and identify the cause of the mismatch between the INT database and the seeder files. Once the cause is determined, we can update the issuer component migration to ensure that it properly reflects the state of the INT database. This will bring the migration back in sync with the seeder files and ensure consistency in the issuer component.
Steps to Reproduce:
Compare the INT database with the seeder files in the repository for the issuer component.
Observe the mismatch between the two.
Expected Result: The INT database should match with the seeder files for the issuer component.
Actual Result: There is a mismatch between the INT database and the seeder files, indicating an out of sync migration.
Run SELECT id, verified_credential_external_type_id, version, template, valid_from, expiry FROM issuer.verified_credential_external_type_detail_versions;
Compare result with
/src/database/SsiCredentialIssuer.Migrations/Seeder/Data/verified_credential_external_type_detail_versions.json
The text was updated successfully, but these errors were encountered:
* add consortia to the seeding paths to seed consortia related data
-----------------
Reviewed-By: Evelyn Gurschler <evelyn.gurschler@bmw.de>
Refs: #94 , #45
Summary:
There is a bug in the issuer component migration where the INT database does not match with the seeder files in our repository. This indicates that the issuer component migration is out of sync and needs to be fixed.
To resolve this bug, we need to investigate and identify the cause of the mismatch between the INT database and the seeder files. Once the cause is determined, we can update the issuer component migration to ensure that it properly reflects the state of the INT database. This will bring the migration back in sync with the seeder files and ensure consistency in the issuer component.
Steps to Reproduce:
Expected Result: The INT database should match with the seeder files for the issuer component.
Actual Result: There is a mismatch between the INT database and the seeder files, indicating an out of sync migration.
Run
SELECT id, verified_credential_external_type_id, version, template, valid_from, expiry FROM issuer.verified_credential_external_type_detail_versions;
Compare result with
/src/database/SsiCredentialIssuer.Migrations/Seeder/Data/verified_credential_external_type_detail_versions.json
The text was updated successfully, but these errors were encountered: