We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5009d94 commit 17fb878Copy full SHA for 17fb878
1 file changed
POSTGRES_USAGE.md
@@ -16,7 +16,7 @@ To force your project to use your remote GitHub fork instead, you must use the `
16
Inside your own Go project directory (where your app's `main.go` lives), run this to override the module:
17
18
```bash
19
-go mod edit -replace github.com/pocketbase/pocketbase=github.com/altaidevorg/pocketbase-postgresql@master
+go mod edit -replace github.com/pocketbase/pocketbase=github.com/altaidevorg/pocketbase-postgres@main
20
```
21
*(Note: You can replace `@master` with a specific commit hash or version tag like `@v0.22.x` for stability).*
22
0 commit comments