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-24 11:50:18 +0300
committerChristoph Wurst <christoph@owncloud.com>2016-05-24 12:49:15 +0300
commitad10485cec4377119aa14749e8e4aeda6e707f8e (patch)
treed98cdda3ca46d07a32d8befc4a6b0d82fe673f08 /db_structure.xml
parenta0ccebfdcb2bf957086418e29981fef57e2e09bf (diff)
when generating browser/device token, save the login name for later password checks
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index e535814b518..9188ad346d2 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1073,6 +1073,14 @@
</field>
<field>
+ <name>login_name</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>64</length>
+ </field>
+
+ <field>
<name>password</name>
<type>clob</type>
<default></default>