Readme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
create database jru;
|
||||
create user jru_user with encrypted password 'nixxamere';
|
||||
create user jru_user with encrypted password 'testpasswd';
|
||||
grant all privileges on database jru to jru_user;
|
||||
|
||||
CREATE TABLE jru.java_versions (
|
||||
|
||||
Reference in New Issue
Block a user