Skip to content

Commit

Permalink
🧹: Removed seeding of models
Browse files Browse the repository at this point in the history
  • Loading branch information
wooneusean committed Nov 27, 2021
1 parent 9fe45d4 commit b44fbdf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/java/com/oodj/vaccspace/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ public void start(Stage stage) {
TextORM.setStoragePath("storage");
TextORM.setMetaStoragePath("storage");

seedModels();
// seedModels();
// Committee
Committee committee = new Committee("Khom Mee Tee", "69420", "zxc", "zxc", 2600);
committee.save();

// Set icons
stage.getIcons()
Expand Down

0 comments on commit b44fbdf

Please sign in to comment.