Skip to content

Commit

Permalink
fix bugs from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Apr 18, 2024
1 parent 331424f commit e8d3e47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config/sql/native/postgres.sql
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ CREATE TYPE ObjectType AS ENUM (
'ROLE',
'ROLE_ANALYSIS_CLUSTER',
'ROLE_ANALYSIS_SESSION',
'SCHEMA'
'SCHEMA',
'SECURITY_POLICY',
'SEQUENCE',
'SERVICE',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

import javax.sql.DataSource;

import com.evolveum.midpoint.repo.sqale.qmodel.object.QObjectMapping;

import com.evolveum.midpoint.repo.sqale.qmodel.role.*;

import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
Expand Down

0 comments on commit e8d3e47

Please sign in to comment.