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

Externalize migration scripts archive dir into a submodule ko-db-archive #36

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

stevewgr
Copy link
Member

Description

This pull request moves the src/migration/archive directory into a new Git submodule, ko-db-archive. The submodule keeps the history of migration scripts while simplifying the main repository.

Changes

  • Extracted src/migration/archive directory into the ko-db-archive repository.
  • Removed the archive directory from ko-db.
  • Added ko-db-archive as a submodule under src/migration/archive.

Impact

  • Ensures the migration scripts archive is maintained in a separate repository for better modularity and management.
  • No changes to the existing workflow apart from initializing and updating the submodule in case needed, considering it optional and documented in the ko-db-archive repo.

Instructions for Submodule Setup

  • Run git submodule update --init --recursive to clone and update the submodule.

Notes

@stevewgr stevewgr self-assigned this Nov 18, 2024
@stevewgr stevewgr merged commit 26ab523 into master Nov 19, 2024
1 check passed
@stevewgr stevewgr deleted the submodule-archive branch November 19, 2024 00:01
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.

1 participant