Remove obsolete duroxide migration verification references#83
Merged
Conversation
Contributor
Author
|
@copilot insert a newline at the end of that yml file. |
cd2220e to
3077527
Compare
Copilot stopped work on behalf of
pinodeca due to an error
March 27, 2026 00:21
3077527 to
51ae846
Compare
51ae846 to
ed024cb
Compare
The gen-duroxide-install-sql.sh and verify-duroxide-migrations.sh scripts were deleted as part of the BGW-managed migrations work, but several references remained: - copilot-setup-steps.yml: CI step invoking verify-duroxide-migrations.sh - README.md: "Verifying Duroxide Migrations" section - extension_lifecycle.md: section 1 described the old migration SQL hand-over workflow with gen/verify scripts and sql/duroxide_upstream Remove the dangling CI step and README section. Rewrite extension_lifecycle.md section 1 to reflect the current architecture (empty duroxide schema created by CREATE EXTENSION, populated by BGW via ApplyAll).
ed024cb to
9ed3059
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
gen-duroxide-install-sql.shandverify-duroxide-migrations.shscripts were deleted as part of the BGW-managed migrations work, but several references remained:verify-duroxide-migrations.shgen-duroxide-install-sql.sh,verify-duroxide-migrations.sh,sql/duroxide_upstream/)This PR removes the dangling CI step and README section, and rewrites
extension_lifecycle.mdsection 1 to reflect the current architecture (emptyduroxideschema created byCREATE EXTENSION, populated by BGW viaApplyAll).