API 1.0.34 tutorials action

This commit is contained in:
Bossanyi Tibor
2021-04-27 08:19:05 +02:00
parent 08218d5214
commit 03b3766459
7 changed files with 23 additions and 6 deletions
@@ -16,7 +16,8 @@ data class TutorialSteps (
@Expose var errorText: String? = null,
@Expose var checkText: String? = null,
@Expose var condition: String? = null,
@Expose @get: NotBlank var parent: Int = 0,
@Expose @get: NotBlank var parent_id: Int = 0,
@Expose var action: 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.33
application.version=1.0.34
jwt.secret=aitrainer
+1 -1
View File
@@ -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.33
application.version=1.0.34
jwt.secret=aitrainer