Skip to content

Commit cbdae4d

Browse files
committed
add schema create to sql script
1 parent bdfd97f commit cbdae4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

db/create.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
DROP DATABASE IF EXISTS devdb;
22
CREATE DATABASE devdb;
3+
\connect devdb;
4+
CREATE SCHEMA shakespeare;
5+
36
DROP DATABASE IF EXISTS testdb;
47
CREATE DATABASE testdb;
8+
\connect testdb;
9+
CREATE SCHEMA shakespeare;

0 commit comments

Comments
 (0)