Skip to content

Commit

Permalink
feat: clean up [DHIS2-18321]
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mackessy committed Dec 16, 2024
1 parent 1420cc1 commit 69846b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ audit.metadata=CREATE_UPDATE_DELETE
audit.tracker=CREATE_UPDATE_DELETE
audit.aggregate=CREATE_UPDATE_DELETE

flyway.skip_migration=true
flyway.skip_migration=false
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class DataValueAuditStoreTest extends PostgresIntegrationTestBase {
private CategoryOptionCombo coc1;
private CategoryOptionCombo coc2;
private CategoryOptionCombo coc3;
private CategoryOptionCombo coc4;

@BeforeEach
void setUp() {
Expand Down

0 comments on commit 69846b8

Please sign in to comment.