Skip to content

Commit

Permalink
Push works
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Oct 17, 2024
1 parent 19523b1 commit 29b81ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/test/resources/database/populate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ where u.login = 'admin';
insert into "user_authority" (user_id, role)
select u.id, 'ADMIN'
from "user" as u
where u.login = 'admin';

-- values (select u.id from "user" as u where u.login,'USER');
where u.login = 'admin';

0 comments on commit 29b81ff

Please sign in to comment.