Skip to content

Commit 3b41a26

Browse files
committed
fix: update SQL verification queries to reference correct schemas
- Changed worker schema from worker.workers to pgflow.workers - Updated schema reference for pgflow flows in verification query
1 parent 5c39600 commit 3b41a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/website/src/content/docs/how-to/manual-installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ After completing the installation, verify it by running these queries:
150150

151151
```sql
152152
-- Verify worker schema
153-
SELECT * FROM worker.workers LIMIT 1;
153+
SELECT * FROM pgflow.workers LIMIT 1;
154154

155155
-- Verify pgflow schema
156156
SELECT * FROM pgflow.flows LIMIT 1;

0 commit comments

Comments
 (0)