API 1.0.33 tutorials condition, parent step
This commit is contained in:
@@ -15,6 +15,8 @@ data class TutorialSteps (
|
||||
@Expose @get: NotBlank var step: Int = 0,
|
||||
@Expose var errorText: String? = null,
|
||||
@Expose var checkText: String? = null,
|
||||
@Expose var condition: String? = null,
|
||||
@Expose @get: NotBlank var parent: Int = 0,
|
||||
) {
|
||||
|
||||
@ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
|
||||
@@ -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.32
|
||||
application.version=1.0.33
|
||||
|
||||
jwt.secret=aitrainer
|
||||
@@ -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.32
|
||||
application.version=1.0.33
|
||||
|
||||
jwt.secret=aitrainer
|
||||
Reference in New Issue
Block a user