diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-02 11:26:11 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-09-02 11:26:11 +0200 |
commit | bab63c22eea058ea619de5c021d16803ba48ab8d (patch) | |
tree | 6d0b7f2e0b343ef46f35968ac7d7c5e1ee6f4751 /apps/files_encryption/appinfo | |
parent | d7dca966a2a926be8b45ab337488143eac3ce9ba (diff) | |
download | nextcloud-server-bab63c22eea058ea619de5c021d16803ba48ab8d.tar.gz nextcloud-server-bab63c22eea058ea619de5c021d16803ba48ab8d.zip |
encryption error messages, distinguish between a re-enabled encryption app and a password change from outside
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/database.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/files_encryption/appinfo/database.xml b/apps/files_encryption/appinfo/database.xml index cd5434b8c27..4587930da0a 100644 --- a/apps/files_encryption/appinfo/database.xml +++ b/apps/files_encryption/appinfo/database.xml @@ -34,13 +34,6 @@ <default>0</default> <comments>Whether encryption migration has been performed</comments> </field> - <field> - <name>initialized</name> - <type>integer</type> - <notnull>true</notnull> - <default>0</default> - <comments>Did the user initialized the encryption app at least once</comments> - </field> </declaration> </table> </database>
\ No newline at end of file |