Skip to content

Commit

Permalink
fix: zonky fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Oct 27, 2023
1 parent 7ba78f3 commit 4dc1e6b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ private static Connection instanciateTestDatabase()
connection = pg.getPostgresDatabase().getConnection();

String user = connection.getMetaData().getUserName();

System.out.println("§§§§§§§");
System.out.println(user);

UtilitaireDao.get(0).executeImmediate(connection, "GRANT CREATE ON DATABASE test TO "+user+";");
UtilitaireDao.get(0).executeImmediate(connection, "GRANT CREATE ON DATABASE current_database() TO "+user+";");



Expand Down

0 comments on commit 4dc1e6b

Please sign in to comment.