diff --git a/src/main/java/hdm/mi/growbros/config/Seeding.java b/src/main/java/hdm/mi/growbros/config/Seeding.java index f2ba4c5de0039925adcc4760e9247b2397589173..05bcb89164a407f555da64e1a3768201f46aa9f4 100644 --- a/src/main/java/hdm/mi/growbros/config/Seeding.java +++ b/src/main/java/hdm/mi/growbros/config/Seeding.java @@ -25,6 +25,7 @@ public class Seeding { return (args) -> { if (plantRepository.count() > 0) { log.info("Plants table is not empty, seeding will be skipped."); + log.info("If you wish to seed the database, manually clear the plants table and re-run the application."); return; }