docs(website): drop manual-install instructions for delete_flow_and_data - #668
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 288173e
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
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
288173e to
0ad33e1
Compare
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2026-09-04T23:00:28+02:00 |
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-668.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Summary
pgflow.delete_flow_and_datamanually by pasting the function SQL.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.Checks
pnpm --filter @pgflow/website buildpasses (135 pages, internal links valid).@pgflow/websiteis in the changesets ignore list, so no changeset is needed for this docs-only change.Fixes #608