API 1.0.43 split_tests source
This commit is contained in:
@@ -21,5 +21,5 @@ data class CustomerTrainingPlanDetails (
|
||||
@ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
@JoinColumn(name = "customerTrainingPlanId", nullable = false)
|
||||
@JsonIgnore
|
||||
val customerTrainingPlan: CustomerTrainingPlan? = null
|
||||
var customerTrainingPlan: CustomerTrainingPlan? = null
|
||||
}
|
||||
@@ -15,6 +15,7 @@ data class SplitTests (
|
||||
@Expose var remoteConfigKey: String?,
|
||||
@Expose var remoteConfigValue: String?,
|
||||
@Expose @get: NotBlank var testValue: String = "",
|
||||
@Expose var source: String?,
|
||||
@Expose @get: NotBlank var active: Boolean = false,
|
||||
@Expose var validTo: String?,
|
||||
)
|
||||
@@ -17,6 +17,6 @@ logging.config=classpath:logback-spring.xml
|
||||
logging.file=logs
|
||||
|
||||
# if the database structure has been changed, increment this version number
|
||||
application.version=1.0.42
|
||||
application.version=1.0.43
|
||||
|
||||
jwt.secret=aitrainer
|
||||
@@ -17,7 +17,7 @@ logging.config=classpath:logback-spring.xml
|
||||
logging.file=logs
|
||||
|
||||
# if the database structure has been changed, increment this version number
|
||||
application.version=1.0.42
|
||||
application.version=1.0.43
|
||||
|
||||
jwt.secret=aitrainer
|
||||
jasypt.encryptor.password=Tibor
|
||||
|
||||
Reference in New Issue
Block a user