summaryrefslogtreecommitdiffstats
path: root/db_structure.xml
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-01-31 16:12:38 +0100
committerRobin Appelman <icewind@owncloud.com>2012-01-31 16:12:38 +0100
commitdf67c35017d8794a4b1c83fd4e41658b2e6d0e75 (patch)
treeb659f534364697b5a44cff9a96e18de8a5de8d86 /db_structure.xml
parent7ff86cfebe27c6cf3fc1926faeea541b84b5eff9 (diff)
downloadnextcloud-server-df67c35017d8794a4b1c83fd4e41658b2e6d0e75.tar.gz
nextcloud-server-df67c35017d8794a4b1c83fd4e41658b2e6d0e75.zip
some fixes to scanning
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 13d5732a8d5..5ef22b595cf 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -81,6 +81,15 @@
<notnull>true</notnull>
<length>512</length>
</field>
+
+ <field>
+ <name>user</name>
+ <type>text</type>
+ <default>
+ </default>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
<field>
<name>size</name>