API 1.0.51 customer.lang

This commit is contained in:
Tibor Bossanyi (Freelancer)
2021-10-04 17:40:41 +02:00
parent 254bc6c5ff
commit 77c7e17d4a
6 changed files with 16 additions and 3 deletions
@@ -29,6 +29,7 @@ data class Customer (
@Expose var syncedDate: String? = null,
@Expose var trialDate: String? = null,
@Expose var firebaseRegToken: String? = null,
@Expose var lang: String? = null,
@Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Expose var customerId: Long = 0,
)
@@ -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.50
application.version=1.0.51
jwt.secret=aitrainer
+1 -1
View File
@@ -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.50
application.version=1.0.51
jwt.secret=aitrainer
jasypt.encryptor.password=Tibor