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
it's mandatory to manually remove the preexisting entries that were created by the aggregated migrations from migration-history table:
DELETE FROM public.__efmigrations_history_issuer WHERE migration_id = '20240614180109_175-RenameMembershipCredential';
DELETE FROM public.__efmigrations_history_issuer WHERE migration_id = '20240618085801_118-AddTestCredential';
DELETE FROM public.__efmigrations_history_issuer WHERE migration_id = '20240711100008_190-AddDataExchangeGovernanceCredential';
INSERT INTO public.__efmigrations_history_issuer (migration_id, product_version) VALUES ('20240711100008_1.1.0-rc1', '8.0.5');
Aggregate migrations
since 1.0.0-rc.4.2 to 1.1.0-rc.1
Required for #186
when?: after merge of #198
The text was updated successfully, but these errors were encountered: