#5666 - Loggable to mixin #1826
|
@ -7,6 +7,9 @@
|
|||
"table": "account.user"
|
||||
}
|
||||
},
|
||||
"mixins": {
|
||||
"RegisterLog": true
|
||||
},
|
||||
"resetPasswordTokenTTL": "604800",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
"table": "account.account"
|
||||
}
|
||||
},
|
||||
"mixins": {
|
||||
"RegisterLog": true
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true
|
||||
|
|
Loading…
Reference in New Issue