diff --git a/db_structure.xml b/db_structure.xml index 1d459b75fda98147b5410f2c8808a3498c9efb9b..bdbb16759db61772544da36c1215bd125ac955c7 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -53,7 +53,7 @@ <type>integer</type> <default>0</default> <notnull>true</notnull> - <length>4</length> + <length>8</length> </field> <field> @@ -70,7 +70,7 @@ <default> </default> <notnull>true</notnull> - <length>4</length> + <length>8</length> </field> <field> @@ -96,7 +96,7 @@ <type>integer</type> <default></default> <notnull>true</notnull> - <length>4</length> + <length>8</length> </field> <field> @@ -105,7 +105,7 @@ <default> </default> <notnull>true</notnull> - <length>4</length> + <length>8</length> </field> <field> @@ -114,7 +114,7 @@ <default> </default> <notnull>true</notnull> - <length>4</length> + <length>8</length> </field> <field> @@ -291,7 +291,7 @@ <type>integer</type> <default></default> <notnull>false</notnull> - <length>4</length> + <length>8</length> </field> <field> diff --git a/lib/util.php b/lib/util.php index 05caeca0e3e6bf43f4d8126855b7a6e9877fa981..d1487931db8805c5148d65085ec4d215a5821997 100644 --- a/lib/util.php +++ b/lib/util.php @@ -62,7 +62,7 @@ class OC_Util { * @return array */ public static function getVersion(){ - return array(3,00,2); + return array(3,00,3); } /**