Skip to content

Commit 15c5690

Browse files
author
eslocombe
committed
typo on db name
1 parent f68b8eb commit 15c5690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/db/reaper_db.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--
55

66
CREATE DATABASE reaper_db;
7-
\connect repear_db;
7+
\connect reaper_db;
88
CREATE USER reaper WITH PASSWORD 'my_secret_password';
99
GRANT ALL PRIVILEGES ON DATABASE reaper_db TO reaper;
1010

0 commit comments

Comments
 (0)