mirror of
https://github.com/trufflesecurity/xsshunter
synced 2024-11-10 06:44:13 +00:00
initializing user
This commit is contained in:
parent
f7403e4203
commit
ac056681b4
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,11 @@ Users.init({
|
||||||
additionalJS: {
|
additionalJS: {
|
||||||
type: sequelize.text,
|
type: sequelize.text,
|
||||||
allownull: true,
|
allownull: true,
|
||||||
unique: true
|
},
|
||||||
|
sendEmailAlerts: {
|
||||||
|
type: sequelize.text,
|
||||||
|
allownull: false,
|
||||||
|
defaultValue: "true",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue