Implementation of the user port for JPA processing.
This commit is contained in:
@@ -1 +1,12 @@
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
\c sportshub_db
|
||||
|
||||
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||
|
||||
CREATE USER sportshub_user
|
||||
WITH PASSWORD 'password'
|
||||
NOCREATEDB;
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE
|
||||
ON ALL TABLES
|
||||
IN SCHEMA public
|
||||
TO sportshub_user;
|
||||
Reference in New Issue
Block a user