Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate migrations since 1.0.0-rc.4.2 #199

Closed
evegufy opened this issue Jul 11, 2024 · 1 comment · Fixed by #200
Closed

Aggregate migrations since 1.0.0-rc.4.2 #199

evegufy opened this issue Jul 11, 2024 · 1 comment · Fixed by #200
Assignees

Comments

@evegufy
Copy link
Contributor

evegufy commented Jul 11, 2024

Aggregate migrations

since 1.0.0-rc.4.2 to 1.1.0-rc.1

Required for #186

when?: after merge of #198

@evegufy evegufy added this to Portal Jul 11, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Jul 11, 2024
@evegufy evegufy moved this from NEW USER REQUEST to BACKLOG in Portal Jul 11, 2024
@evegufy evegufy added this to the Release 1.1.0 (24.08) milestone Jul 11, 2024
@ntruchsess ntruchsess linked a pull request Jul 11, 2024 that will close this issue
4 tasks
@ntruchsess ntruchsess moved this from BACKLOG to IN PROGRESS in Portal Jul 11, 2024
@ntruchsess ntruchsess moved this from IN PROGRESS to IN REVIEW in Portal Jul 11, 2024
@ntruchsess
Copy link
Contributor

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');

@evegufy evegufy closed this as completed Jul 17, 2024
@github-project-automation github-project-automation bot moved this from IN REVIEW to USER READY in Portal Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants