Skip to content

Commit da61240

Browse files
committed
-
1 parent 9b63ca2 commit da61240

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.psc-ide-port

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15863
1+
15328

sql/CreateDB.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
DROP DATABASE IF EXISTS conduit;
22

3-
DROP DATABASE IF EXISTS conduit;
4-
53
CREATE DATABASE conduit;
64
CREATE USER a WITH ENCRYPTED PASSWORD 'password';
75
GRANT ALL PRIVILEGES ON DATABASE conduit TO a;

0 commit comments

Comments
 (0)