We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4d805 commit 7d140f0Copy full SHA for 7d140f0
packages/gel/test/testUtil.ts
@@ -128,7 +128,7 @@ export const getServerCommand = (
128
"--port=auto",
129
"--emit-server-status=" + statusFile,
130
`--security=${strictSecurity ? "strict" : "insecure_dev_mode"}`,
131
- "--bootstrap-command=ALTER ROLE admin { SET password := 'geltest' }",
+ "--bootstrap-command=CREATE ROLE admin { SET password := 'geltest' }",
132
];
133
return { args, availableFeatures };
134
};
0 commit comments