From 6e9af9a0720887a878396568d729fd29cad1d34d Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sat, 17 Sep 2011 17:43:54 +0200 Subject: [PATCH] Changes the type of options/permissions in xsds The type of options and permissions elements should be xs:string rather than woltlab_varchar_nullable since they can be longer than 255 (the database column type is always TEXT). Additionally the missing permissions element in usergroupoptions.xsd was added. --- XSD/options.xsd | 4 ++-- XSD/usergroupoptions.xsd | 3 ++- XSD/useroptions.xsd | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/XSD/options.xsd b/XSD/options.xsd index 4c27befe59..d53011d5e6 100644 --- a/XSD/options.xsd +++ b/XSD/options.xsd @@ -71,8 +71,8 @@ - - + + diff --git a/XSD/usergroupoptions.xsd b/XSD/usergroupoptions.xsd index ecac13f0d3..728268f8c5 100644 --- a/XSD/usergroupoptions.xsd +++ b/XSD/usergroupoptions.xsd @@ -68,7 +68,8 @@ - + + diff --git a/XSD/useroptions.xsd b/XSD/useroptions.xsd index 7a4088faa7..a672b7f40d 100644 --- a/XSD/useroptions.xsd +++ b/XSD/useroptions.xsd @@ -90,8 +90,8 @@ - - + + -- 2.20.1