Skip to content

Commit

Permalink
init for graalvm workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson committed Oct 3, 2024
1 parent 93744df commit 558dc04
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ void init(StartupEvent event) throws SQLException {
migrateDatabase();

// clear out any existing data
thingRepository.deleteAll();
// thingRepository.deleteAll();

// add sample data
populateTable();
// populateTable();

}

Expand Down

0 comments on commit 558dc04

Please sign in to comment.