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:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-06-27 18:48:42 +0400
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-06-27 18:48:42 +0400
commitb4f40e4da0ac50820ac6afcdfabbb01448c2f067 (patch)
tree3ebe0e683995ed363e4f7361b7aa8da14591052d /db_structure.xml
parent3b2fd5e4e6aad769f656c473f1a1fe53f5936c47 (diff)
shorten userid columns to 64 chars, ref #9186
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 0791270a4b9..b37a5b36597 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -813,7 +813,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
- <length>255</length>
+ <length>64</length>
</field>
<!-- Foreign Key share::id or NULL -->
@@ -1226,7 +1226,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
- <length>255</length>
+ <length>64</length>
</field>
<field>