diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-30 10:17:50 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-08-30 10:17:50 +0200 |
commit | d7dca966a2a926be8b45ab337488143eac3ce9ba (patch) | |
tree | 629f2b342f493eca6fc2e009928011b0ee57da9d /apps/files_encryption/appinfo | |
parent | 0a23ac18bc1f74cea98eed2c37aa03c99fd957f7 (diff) | |
download | nextcloud-server-d7dca966a2a926be8b45ab337488143eac3ce9ba.tar.gz nextcloud-server-d7dca966a2a926be8b45ab337488143eac3ce9ba.zip |
improved error messaging, initial commit
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/database.xml | 7 | ||||
-rw-r--r-- | apps/files_encryption/appinfo/version | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/database.xml b/apps/files_encryption/appinfo/database.xml index 4587930da0a..cd5434b8c27 100644 --- a/apps/files_encryption/appinfo/database.xml +++ b/apps/files_encryption/appinfo/database.xml @@ -34,6 +34,13 @@ <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 diff --git a/apps/files_encryption/appinfo/version b/apps/files_encryption/appinfo/version index bd73f47072b..2eb3c4fe4ee 100644 --- a/apps/files_encryption/appinfo/version +++ b/apps/files_encryption/appinfo/version @@ -1 +1 @@ -0.4 +0.5 |