Skip to content

docs(website): drop manual-install instructions for delete_flow_and_data - #668

Merged
jumski merged 1 commit into
mainfrom
issue-608-docs2
Sep 4, 2026
Merged

docs(website): drop manual-install instructions for delete_flow_and_data#668
jumski merged 1 commit into
mainfrom
issue-608-docs2

Conversation

@jumski

@jumski jumski commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • The Delete Flow and its Data guide told users to install pgflow.delete_flow_and_data manually by pasting the function SQL.
  • The function ships in pgflow migrations (pkgs/core/schemas/0100_function_delete_flow_and_data.sql) since v0.10.0, so the manual-install caution aside, the "Installing the Function" section, and the embedded SQL listing were stale.
  • Replaced them with a version note: built-in helper, installed automatically by pgflow migrations, available since v0.10.0, no manual SQL setup. The danger aside, usage example, "After Deleting", and "See Also" sections are unchanged.

Checks

  • pnpm --filter @pgflow/website build passes (135 pages, internal links valid).
  • Pre-commit and pre-push hooks pass (prevent-commit-on-main, validate-changesets, nx affected prepush).
  • @pgflow/website is in the changesets ignore list, so no changeset is needed for this docs-only change.

Fixes #608

@changeset-bot

changeset-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0ad33e1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud

nx-cloud Bot commented Sep 4, 2026

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 288173e

Command Status Duration Result
nx build cli ✅ Succeeded 6s View ↗

💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗


☁️ Nx Cloud last updated this comment at 2026-09-04 20:59:33 UTC

jumski commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Sep 4, 8:57 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Sep 4, 8:58 PM UTC: Graphite rebased this pull request as part of a merge.
  • Sep 4, 9:00 PM UTC: @jumski merged this pull request with Graphite.

jumski commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

The Delete Flow and its Data guide told users to install pgflow.delete_flow_and_data manually by pasting the function SQL. The function ships in pgflow migrations (pkgs/core/schemas/0100_function_delete_flow_and_data.sql) since v0.10.0, so the caution aside, the Installing the Function section, and the embedded SQL listing were stale and confusing.

Replace them with a version note: built-in helper, installed automatically by pgflow migrations, available since v0.10.0, no manual SQL setup. Danger aside, usage example, After Deleting, and See Also stay unchanged.

Fixes #608
@jumski
jumski merged commit f0ae89c into main Sep 4, 2026
16 checks passed
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🚀 Production Deployment: Website

Successfully deployed to production!

🔗 Production URL: https://pgflow.dev

📝 Details:

  • Commit: f0ae89c95cfa7dc999794948fb4259a77445074a
  • View Logs

Deployed at: 2026-09-04T23:00:28+02:00

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🔍 Preview Deployment: Website

Deployment successful!

🔗 Preview URL: https://pr-668.pgflow.pages.dev

📝 Details:

  • Branch: issue-608-docs2
  • Commit: 8fae25e3f5863dd3057e12e2525fe5877b13c29e
  • View Logs

_Last updated: _

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.

Docs: update “Delete Flow and its Data” — pgflow.delete_flow_and_data available since v0.10.0

1 participant