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" "table": "account.user"
} }
}, },
"mixins": {
"RegisterLog": true
},
"resetPasswordTokenTTL": "604800", "resetPasswordTokenTTL": "604800",
"properties": { "properties": {
"id": { "id": {

View File

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