Skip to content

Commit

Permalink
add command to make sure openlibrary database is being used when runn…
Browse files Browse the repository at this point in the history
…ing the script (#6)
  • Loading branch information
Chloe-Meinshausen authored Jan 29, 2023
1 parent d631f1f commit 2426fc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openlibrary-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-- DROP DATABASE openlibrary;

CREATE DATABASE openlibrary
/c openlibrary
WITH OWNER = postgres
ENCODING = 'UTF8'
TABLESPACE = pg_default
Expand Down

0 comments on commit 2426fc3

Please sign in to comment.