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:
authorBart Visscher <bartv@thisnet.nl>2013-06-26 20:07:53 +0400
committerBart Visscher <bartv@thisnet.nl>2013-06-26 20:07:53 +0400
commit21f87d63cf9ebfeea8113efe08418b7d2d445aef (patch)
tree400b85496f8b5f495bd406fd9b311cf6ddd8d23b /db_structure.xml
parentfae3cf1a87b474cd84d9fdf20113f7fd3653e5e3 (diff)
Change nullable of filecache.etag and permissions.user
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index cefb7fc52c9..4c192ba028e 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -308,7 +308,7 @@
<name>etag</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>40</length>
</field>
@@ -383,7 +383,7 @@
<name>user</name>
<type>text</type>
<default></default>
- <notnull>true</notnull>
+ <notnull>false</notnull>
<length>64</length>
</field>