aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo/database.xml
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-05-06 19:20:49 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-06-05 16:54:04 +0200
commiteb29b2984cf81f25df42d59ce1d5c9a9b307763c (patch)
tree7277d43f58f92aa3fd58bb863bf4bbf344f4a71b /apps/files_encryption/appinfo/database.xml
parent2d83424a29e4dbaeb16856c87378a753b10cdb90 (diff)
downloadnextcloud-server-eb29b2984cf81f25df42d59ce1d5c9a9b307763c.tar.gz
nextcloud-server-eb29b2984cf81f25df42d59ce1d5c9a9b307763c.zip
use oc_preferences instead of oc_encryption to store encyption settings
Diffstat (limited to 'apps/files_encryption/appinfo/database.xml')
-rw-r--r--apps/files_encryption/appinfo/database.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/apps/files_encryption/appinfo/database.xml b/apps/files_encryption/appinfo/database.xml
deleted file mode 100644
index 4587930da0a..00000000000
--- a/apps/files_encryption/appinfo/database.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-<database>
- <name>*dbname*</name>
- <create>true</create>
- <overwrite>false</overwrite>
- <charset>utf8</charset>
- <table>
- <name>*dbprefix*encryption</name>
- <declaration>
- <field>
- <name>uid</name>
- <type>text</type>
- <notnull>true</notnull>
- <length>64</length>
- </field>
- <field>
- <name>mode</name>
- <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