Skip to content

Commit

Permalink
Merge pull request #16 from eslocombe/pg-db-name
Browse files Browse the repository at this point in the history
typo on db name
  • Loading branch information
zznate authored Nov 9, 2016
2 parents f68b8eb + 15c5690 commit aca6ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/db/reaper_db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--

CREATE DATABASE reaper_db;
\connect repear_db;
\connect reaper_db;
CREATE USER reaper WITH PASSWORD 'my_secret_password';
GRANT ALL PRIVILEGES ON DATABASE reaper_db TO reaper;

Expand Down

0 comments on commit aca6ee0

Please sign in to comment.