diff options
Diffstat (limited to 'ext/data')
| -rw-r--r-- | ext/data/schemas/options-schema.json | 7 | 
1 files changed, 1 insertions, 6 deletions
diff --git a/ext/data/schemas/options-schema.json b/ext/data/schemas/options-schema.json index d1681bdd..c9d9be6d 100644 --- a/ext/data/schemas/options-schema.json +++ b/ext/data/schemas/options-schema.json @@ -1087,8 +1087,7 @@          "global": {              "type": "object",              "required": [ -                "database", -                "useSettingsV2" +                "database"              ],              "properties": {                  "database": { @@ -1102,10 +1101,6 @@                              "default": false                          }                      } -                }, -                "useSettingsV2": { -                    "type": "boolean", -                    "default": true                  }              }          }  |