Skip to content

docs(grant_privileges): update blueprint table grants description to mention full CRUD default#930

Merged
pyramation merged 1 commit intomainfrom
devin/1774831738-fix-grant-privileges-description
Mar 30, 2026
Merged

docs(grant_privileges): update blueprint table grants description to mention full CRUD default#930
pyramation merged 1 commit intomainfrom
devin/1774831738-fix-grant-privileges-description

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Updates the JSDoc description for BlueprintTable.grants to document that the default is now full CRUD (select/insert/update/delete for all columns), matching the behavioral change in constructive-db#713.

Two files changed (source + generated output):

  • generate-types.ts: updated the static description string
  • blueprint-types.generated.ts: updated the generated JSDoc comment

No behavioral changes — documentation only.

Review & Testing Checklist for Human

  • Merge constructive-db#713 first (or together) — that PR contains the actual default change; this PR just documents it
  • Verify pnpm generate:types in graphile/node-type-registry produces the same output as the hand-edited generated file (optional, low risk since it's a single comment change)

Notes

  • M:N junction table description (relation-many-to-many.ts) was intentionally not changed — it correctly says "Default: select/insert/delete" since junction tables omit UPDATE by design.

Link to Devin session: https://app.devin.ai/sessions/8ce3d5fe3c304df3bca72896972f083f
Requested by: @pyramation

…mention full CRUD default

The construct_blueprint procedure now defaults to select/insert/update/delete
when grants are not specified. Updated the generate-types.ts source and
generated blueprint-types to reflect this.
@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit 7fc1825 into main Mar 30, 2026
43 checks passed
@pyramation pyramation deleted the devin/1774831738-fix-grant-privileges-description branch March 30, 2026 01:07
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