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:
9090
9191``` json
9292{
93- "$schema" : " https://pgtools.dev/schemas/0.0.0 /schema.json" ,
93+ "$schema" : " https://pgtools.dev/latest /schema.json" ,
9494 "vcs" : {
9595 "enabled" : false ,
9696 "clientKind" : " git" ,
@@ -121,6 +121,8 @@ You’ll now have a `postgrestools.jsonc` file in your directory:
121121
122122Make sure to edit the database connection settings to connect to your local development database. To see all options, run ` postgrestools --help ` .
123123
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+
124126## Usage
125127
126128You 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 11{
2- "$schema" : " ./docs/schemas/latest/ schema.json" ,
2+ "$schema" : " ./docs/schema.json" ,
33 "vcs" : {
44 "enabled" : false ,
55 "clientKind" : " git" ,
You can’t perform that action at this time.
0 commit comments