Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-09-02 16:41:46 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-09-02 16:41:46 +0400
commitb918c06be60eea9edde26b05621898627c71130d (patch)
treef16cbad18677ee2f3262474f5668603adf52896e /db_structure.xml
parent4bbefdf608fdf930fa6fd1f783d6f58267752394 (diff)
parent06870a6e390f68d741893b4454b8fe4063404ca8 (diff)
Merge branch 'master' into sharing_mail_notification_master
Conflicts: lib/util.php
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml
index f782a5e7708..d0fa91211fe 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -383,7 +383,7 @@
<name>user</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>64</length>
</field>
@@ -397,8 +397,6 @@
<index>
<name>id_user_index</name>
- <unique>true</unique>
- <primary>true</primary>
<field>
<name>fileid</name>
<sorting>ascending</sorting>