diff options
author | Christoph Wurst <christoph@owncloud.com> | 2016-05-12 11:19:17 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@owncloud.com> | 2016-05-12 11:19:17 +0200 |
commit | c28e462583e9ef32266dfc1285b986c4d2673294 (patch) | |
tree | 62330c333904504c488350313404e7c5e080d37a /db_structure.xml | |
parent | 1def89b2c56e372a2d01e1c208ffe97cd7756a45 (diff) | |
download | nextcloud-server-c28e462583e9ef32266dfc1285b986c4d2673294.tar.gz nextcloud-server-c28e462583e9ef32266dfc1285b986c4d2673294.zip |
Use CLOB for auth token names to allow long user agent strings
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 3 |
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> |