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:
authorChristoph Wurst <christoph@owncloud.com>2016-05-12 12:19:17 +0300
committerChristoph Wurst <christoph@owncloud.com>2016-05-12 12:19:17 +0300
commitc28e462583e9ef32266dfc1285b986c4d2673294 (patch)
tree62330c333904504c488350313404e7c5e080d37a /db_structure.xml
parent1def89b2c56e372a2d01e1c208ffe97cd7756a45 (diff)
Use CLOB for auth token names to allow long user agent strings
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 7b4a3b53294..6e57b003fcf 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1065,10 +1065,9 @@
<field>
<name>name</name>
- <type>text</type>
+ <type>clob</type>
<default></default>
<notnull>true</notnull>
- <length>100</length>
</field>
<field>