refs #5666 feat: use mixin for this models
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2023-11-10 15:12:49 +01:00
parent cf3cc37d97
commit 3c5af184bb
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,9 @@
"table": "account.user"
}
},
"mixins": {
"RegisterLog": true
},
"resetPasswordTokenTTL": "604800",
"properties": {
"id": {

View File

@ -6,6 +6,9 @@
"table": "account.account"
}
},
"mixins": {
"RegisterLog": true
},
"properties": {
"id": {
"id": true