Skip to content
Snippets Groups Projects

Left only 5 applications for local db init

179 files
+ 114
9273
Compare changes
  • Side-by-side
  • Inline
Files
179
@@ -47,6 +47,7 @@ public class Configuration {
@Column(nullable = false)
private boolean sendAppInstanceFailureEmails = false;
@Builder.Default
@Column(nullable = false)
@Getter(value = AccessLevel.PRIVATE)
@Setter(value = AccessLevel.PRIVATE)
Loading