diff options
author | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:53:55 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2013-11-26 21:53:55 +0100 |
commit | ab773650cdf654f89462751d86646acd4da79a04 (patch) | |
tree | 8c599daaa2fa98f29ecd3b32a6a61680572ebc17 /db_structure.xml | |
parent | bc77ba1d4cc5ff88b0f7d6679a4afc293704dd11 (diff) | |
download | nextcloud-server-ab773650cdf654f89462751d86646acd4da79a04.tar.gz nextcloud-server-ab773650cdf654f89462751d86646acd4da79a04.zip |
db-doc: users description
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index d08d9f175fd..8212e4cf738 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1011,7 +1011,9 @@ </table> <table> - + <!-- + List of usernames, their display name and login password. + --> <name>*dbprefix*users</name> <declaration> |