[Pkg-owncloud-commits] [owncloud] 23/32: Removed comments in database schema of encryption app
David Prévot
taffit at moszumanska.debian.org
Sun Dec 15 01:47:33 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 811ef19adac4fb717907064515de993db7975228
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Sat Dec 14 11:18:48 2013 +0100
Removed comments in database schema of encryption app
---
apps/files_encryption/appinfo/database.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/apps/files_encryption/appinfo/database.xml b/apps/files_encryption/appinfo/database.xml
index 4587930..099534e 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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list