File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ You’ll now have a `postgrestools.jsonc` file in your directory:
90
90
91
91
``` json
92
92
{
93
- "$schema" : " https://pgtools.dev/schemas/0.0.0 /schema.json" ,
93
+ "$schema" : " https://pgtools.dev/latest /schema.json" ,
94
94
"vcs" : {
95
95
"enabled" : false ,
96
96
"clientKind" : " git" ,
@@ -121,6 +121,8 @@ You’ll now have a `postgrestools.jsonc` file in your directory:
121
121
122
122
Make sure to edit the database connection settings to connect to your local development database. To see all options, run ` postgrestools --help ` .
123
123
124
+ You can use your current ` postgrestools ` version instead of "latest" in the ` $schema ` URL, e.g. ` https://pgtools.dev/0.8.1/schema.json ` .
125
+
124
126
## Usage
125
127
126
128
You can use Postgres Tools via the command line or a using a code editor that supports an LSP.
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " ./docs/schemas/latest/ schema.json" ,
2
+ "$schema" : " ./docs/schema.json" ,
3
3
"vcs" : {
4
4
"enabled" : false ,
5
5
"clientKind" : " git" ,
You can’t perform that action at this time.
0 commit comments