[Pkg-owncloud-commits] [owncloud] 43/73: fix default values in table fscache

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:09:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.0.10
in repository owncloud.

commit c212d118baead2237157f5edc93b5d110f08fb3b
Author: Arthur Schiwon <blizzz at owncloud.com>
Date:   Wed Sep 26 11:28:47 2012 +0200

    fix default values in table fscache
---
 db_structure.xml |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/db_structure.xml b/db_structure.xml
index 94567b4..a6f844c 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -84,8 +84,7 @@
    <field>
 	   <name>name</name>
 	   <type>text</type>
-	   <default>
-	   </default>
+	   <default></default>
 	   <notnull>true</notnull>
 	   <length>300</length>
    </field>
@@ -93,8 +92,7 @@
    <field>
 	   <name>user</name>
 	   <type>text</type>
-	   <default>
-	   </default>
+	   <default></default>
 	   <notnull>true</notnull>
 	   <length>64</length>
    </field>
@@ -128,8 +126,7 @@
    <field>
 	   <name>mimetype</name>
 	   <type>text</type>
-	   <default>
-	   </default>
+	   <default></default>
 	   <notnull>true</notnull>
 	   <length>96</length>
    </field>
@@ -137,8 +134,7 @@
    <field>
 	   <name>mimepart</name>
 	   <type>text</type>
-	   <default>
-	   </default>
+	   <default></default>
 	   <notnull>true</notnull>
 	   <length>32</length>
    </field>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list