We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86350ab commit 8cc7eb4Copy full SHA for 8cc7eb4
.changeset/clever-plums-protect.md
@@ -0,0 +1,5 @@
1
+---
2
+"@sql-controller/cli": patch
3
4
+
5
+Fix JSON schema
packages/cli/src/utils/self/config.ts
@@ -39,6 +39,7 @@ export const configSchema: JSONSchema7 = {
39
properties: {
40
username: { type: "string" },
41
password: { $ref: "#/definitions/password" },
42
+ root: { type: "boolean" },
43
createDatabase: { type: "boolean" },
44
createDatabasePermission: { type: "boolean" },
45
database: { type: "string" },
0 commit comments