We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68b8eb commit 15c5690Copy full SHA for 15c5690
src/main/db/reaper_db.sql
@@ -4,7 +4,7 @@
4
--
5
6
CREATE DATABASE reaper_db;
7
-\connect repear_db;
+\connect reaper_db;
8
CREATE USER reaper WITH PASSWORD 'my_secret_password';
9
GRANT ALL PRIVILEGES ON DATABASE reaper_db TO reaper;
10
0 commit comments