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

fix: move custom migrations to manifest-export #2167

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

sven-urbanski-freiheit-com
Copy link
Contributor

By "custom migrations" we mean those db migrations that can not be solved by plain SQL, so they are implemented in go.

This provides the basic setup to move the custom migrations to the manifest-export-service.

  • It creates a new endpoint to accept migrations, however the endpoint is not called yet.
  • It provides the setup like reading/writing to the custom_migration_cutoff table

However, this change does not include actually moving the migrations from cd- to export-service. This will be done in a separate PR.

Ref: SRX-V6RVYF

@sven-urbanski-freiheit-com sven-urbanski-freiheit-com requested a review from a team as a code owner December 11, 2024 17:55
@sven-urbanski-freiheit-com sven-urbanski-freiheit-com force-pushed the su-migrate-migrations-export-svc branch from 5aeb4f4 to 87806f0 Compare December 11, 2024 17:58
By "custom migrations" we mean those db migrations that can not be solved by plain SQL,
so they are implemented in go.

This provides the basic setup to move the custom migrations to the manifest-export-service.
* It creates a new endpoint to accept migrations, however the endpoint is not called yet.
* It provides the setup like reading/writing to the custom_migration_cutoff table

However, this change does not include actually moving the migrations from cd- to export-service.
This will be done in a separate PR.

Ref: SRX-V6RVYF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants