use singular NoDecimal option name

This commit is contained in:
Gani Georgiev
2023-08-29 18:41:20 +03:00
parent 916c74c218
commit 64ffb308bb
37 changed files with 64 additions and 64 deletions
+4 -4
View File
@@ -421,7 +421,7 @@ migrate((db) => {
"options": {
"min": 10,
"max": null,
"noDecimals": false
"noDecimal": false
}
}))
@@ -477,7 +477,7 @@ migrate((db) => {
"options": {
"min": 10,
"max": null,
"noDecimals": false
"noDecimal": false
}
}))
@@ -563,7 +563,7 @@ func init() {
"options": {
"min": 10,
"max": null,
"noDecimals": false
"noDecimal": false
}
}` + "`" + `), edit_f2_name_new)
collection.Schema.AddField(edit_f2_name_new)
@@ -636,7 +636,7 @@ func init() {
"options": {
"min": 10,
"max": null,
"noDecimals": false
"noDecimal": false
}
}` + "`" + `), edit_f2_name_new)
collection.Schema.AddField(edit_f2_name_new)