Skip to content

Commit 9b63ca2

Browse files
committed
db connect
1 parent 8043e02 commit 9b63ca2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/CreateDB.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ CREATE DATABASE conduit;
66
CREATE USER a WITH ENCRYPTED PASSWORD 'password';
77
GRANT ALL PRIVILEGES ON DATABASE conduit TO a;
88

9-
\connect
9+
\connect conduit
1010
CREATE EXTENSION IF NOT EXISTS citext;
1111

0 commit comments

Comments
 (0)