This commit is contained in:
2023-03-07 22:10:36 +01:00
parent 5516e10221
commit 4b319e3f40
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -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 (