refactor: rename db-meta packages to metaschema in fixtures and module map #555
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.
Summary
Updates package references in the constructive repo to align with the package renames in pgpm-modules PR #31:
@pgpm/db-meta-modules→@pgpm/metaschema-modules@pgpm/db-meta-schema→@pgpm/metaschema-schemaChanges include:
__fixtures__/stage/extensions/@pgpm/PGPM_MODULE_MAPinpgpm/core/src/modules/modules.tsinflection/README.md,export-flow.test.ts, andplan.mdReview & Testing Checklist for Human
.controlfiles inside the renamed fixture directories still have old names (db-meta-modules.control,db-meta-schema.control). ThePGPM_MODULE_MAPwas updated to use'metaschema-modules'and'metaschema-schema'as keys, but if the actual control files in pgpm-modules repo still use the old names, this mapping will be incorrect. Check what the control file names are in the pgpm-modules PR.__fixtures__/stage/extensions/are used by tests. Verify tests still pass withpnpm testin relevant packages.Notes
This PR only updates references in the constructive repo. The actual package renames are happening in pgpm-modules PR #31.
Link to Devin run: https://app.devin.ai/sessions/e6eaf10a10804d28bf10e39b7dbe6698
Requested by: Dan Lynch (pyramation@gmail.com) / @pyramation