TZ optional

This commit is contained in:
Alexandre
2021-12-04 19:48:41 +01:00
parent 1ba38ce51f
commit cd0ec0470d
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",

View File

@@ -56,7 +56,7 @@
"schema": {
"PUID": "int",
"PGID": "int",
"TZ": "str",
"TZ": "str?",
"localdisks": "str?",
"networkdisks": "str?",
"cifsusername": "str?",