refs #5666 perf: use use loggable as mixin
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
a102c3f3a9
commit
aab88dc7de
|
@ -8,6 +8,6 @@
|
|||
}
|
||||
},
|
||||
"mixins": {
|
||||
"RegisterLog": true
|
||||
"Loggable": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
}
|
||||
},
|
||||
"mixins": {
|
||||
"RegisterLog": true
|
||||
"Loggable": true
|
||||
},
|
||||
"resetPasswordTokenTTL": "604800",
|
||||
"properties": {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"name": "Loggable",
|
||||
"base": "VnModel",
|
||||
"validateUpsert": true
|
||||
}
|
||||
{
|
||||
"name": "Loggable",
|
||||
"base": "VnModel",
|
||||
"validateUpsert": true,
|
||||
"mixins": {
|
||||
"Loggable": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,10 +6,7 @@
|
|||
"table": "account.account"
|
||||
}
|
||||
},
|
||||
"mixins": {
|
||||
"RegisterLog": true
|
||||
},
|
||||
"properties": {
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue