feat(metaschema-modules): sync http_route_module + resource-bundle columns from constructive-db#102
Merged
Conversation
…lumns from constructive-db
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Reconciles the one-directional drift where
constructive-db's embeddedmetaschema-moduleshad local additions never pushed up to this standalone package:http_route_moduletable (deploy + revert + verify) — generated HTTP route module config, scoped, with FKs tofunction_module,resource_module,storage_module,schema,table,database. Plan entry appended last (requiresfunction_module,resource_module,storage_module).resource_module"resource-bundles Stage 1" columns — addsresource_installations_table_id,resource_installations_table_name,merkle_store_module_id,installation_store_name, plus FKs tometaschema_public.tableandmerkle_store_module; plan dependency updated to requiremerkle_store_module.After this,
metaschema-moduleshere is byte-identical to the constructive-db embedded copy for these tables. The complementary direction (revert/verify foragent_module/db_preset_module/etc. that this repo already has but constructive-db lacked) is handled in a separate constructive-db PR.Regenerated
sql/metaschema-modules--0.15.5.sqlviapgpm package(extension version held at 0.15.5 to match siblings; npm version unchanged at 0.32.2). Snapshot updated to include the new table + FKs.Testing
packages/metaschema-modulesjest: 8/8 pass (full deploy of the module closure into a throwaway DB; snapshots regenerated to includehttp_route_moduleand the new resource_module FKs).Link to Devin session: https://app.devin.ai/sessions/5ce15e7e50b3454496cf8e613b53280e
Requested by: @pyramation