diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-06-01 10:56:10 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-06-01 10:56:10 +0200 |
commit | 7b4459d28d40523c70ec05a733e158f2c14faac4 (patch) | |
tree | 79f18f50a9c57b64583d508769011a61bcf3e298 /db_structure.xml | |
parent | 0f2017c7da6332f66f05e93dd34ea1bf1c134148 (diff) | |
parent | c58d8159d7bdee93a67a917e16b750fe99df9f99 (diff) | |
download | nextcloud-server-7b4459d28d40523c70ec05a733e158f2c14faac4.tar.gz nextcloud-server-7b4459d28d40523c70ec05a733e158f2c14faac4.zip |
Merge pull request #24912 from owncloud/session-tokens-apache-auth
Create session tokens for apache auth users
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 9188ad346d2..b7dacc05d92 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1084,8 +1084,7 @@ <name>password</name> <type>clob</type> <default></default> - <notnull>true</notnull> - <length>4000</length> + <notnull>false</notnull> </field> <field> |