Skip to content

Commit

Permalink
Default konstruktor for hibernate (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsladek authored Jul 11, 2024
1 parent 24ea434 commit a9212df
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ class StartupData {
@Column(name="drift")
String drift;

StartupData() {
// for hibernate
}
}

0 comments on commit a9212df

Please sign in to comment.