API 1.0.52 customer.phone
This commit is contained in:
@@ -30,6 +30,7 @@ data class Customer (
|
||||
@Expose var trialDate: String? = null,
|
||||
@Expose var firebaseRegToken: String? = null,
|
||||
@Expose var lang: String? = null,
|
||||
@Expose var phone: 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.51
|
||||
application.version=1.0.52
|
||||
|
||||
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.51
|
||||
application.version=1.0.52
|
||||
|
||||
jwt.secret=aitrainer
|
||||
jasypt.encryptor.password=Tibor
|
||||
|
||||
Reference in New Issue
Block a user