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:
authorVincent Petry <pvince81@owncloud.com>2013-12-14 14:18:48 +0400
committerVincent Petry <pvince81@owncloud.com>2013-12-14 14:18:48 +0400
commit811ef19adac4fb717907064515de993db7975228 (patch)
treea8551be8bf7bc249f5fbbe16e09834e64b268467 /apps/files_encryption
parentdb696a2dda41810a034f7ec4ab9b0a630c61caea (diff)
Removed comments in database schema of encryption app
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/appinfo/database.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_encryption/appinfo/database.xml b/apps/files_encryption/appinfo/database.xml
index 4587930da0a..099534e3242 100644
--- a/apps/files_encryption/appinfo/database.xml
+++ b/apps/files_encryption/appinfo/database.xml
@@ -18,22 +18,19 @@
<type>text</type>
<notnull>true</notnull>
<length>64</length>
- <comments>What client-side / server-side configuration is used</comments>
</field>
<field>
<name>recovery_enabled</name>
<type>integer</type>
<notnull>true</notnull>
<default>0</default>
- <comments>Whether encryption key recovery is enabled</comments>
</field>
<field>
<name>migration_status</name>
<type>integer</type>
<notnull>true</notnull>
<default>0</default>
- <comments>Whether encryption migration has been performed</comments>
</field>
</declaration>
</table>
-</database> \ No newline at end of file
+</database>