We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8043e02 commit 9b63ca2Copy full SHA for 9b63ca2
1 file changed
sql/CreateDB.sql
@@ -6,6 +6,6 @@ CREATE DATABASE conduit;
6
CREATE USER a WITH ENCRYPTED PASSWORD 'password';
7
GRANT ALL PRIVILEGES ON DATABASE conduit TO a;
8
9
-\connect
+\connect conduit
10
CREATE EXTENSION IF NOT EXISTS citext;
11
0 commit comments