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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-03-12 17:23:44 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-03-12 17:23:44 +0300
commit3ff484e695acc6f55792d7c77f65a625f87b2c84 (patch)
treebd9980c5a641630d5bd14e298cf856dce6135f7d /db_structure.xml
parent5054b8e4aa5dce43fa8aeeb89728450ecbac1342 (diff)
we no longer support webdav locks - no need to keep the column
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml83
1 files changed, 0 insertions, 83 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 142661ba427..05d8dfb132b 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -565,89 +565,6 @@
<table>
<!--
- Locks held by WebDAV clients via OC_Connector_Sabre_Locks.
- -->
- <name>*dbprefix*locks</name>
-
- <declaration>
-
- <field>
- <name>id</name>
- <type>integer</type>
- <default>0</default>
- <notnull>true</notnull>
- <autoincrement>1</autoincrement>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <!-- Foreign Key users::uid -->
- <field>
- <name>userid</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>64</length>
- </field>
-
- <field>
- <name>owner</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>100</length>
- </field>
-
- <field>
- <name>timeout</name>
- <type>integer</type>
- <notnull>false</notnull>
- <unsigned>true</unsigned>
- <length>4</length>
- </field>
-
- <field>
- <name>created</name>
- <type>integer</type>
- <notnull>false</notnull>
- <length>8</length>
- </field>
-
- <field>
- <name>token</name>
- <type>text</type>
- <default></default>
- <notnull>false</notnull>
- <length>100</length>
- </field>
-
- <field>
- <name>scope</name>
- <type>integer</type>
- <notnull>false</notnull>
- <length>1</length>
- </field>
-
- <field>
- <name>depth</name>
- <type>integer</type>
- <notnull>false</notnull>
- <length>1</length>
- </field>
-
- <field>
- <name>uri</name>
- <type>clob</type>
- <notnull>false</notnull>
- </field>
-
- </declaration>
-
- </table>
-
- <table>
-
- <!--
Namespaced Key-Value Store for User Preferences
- Keys are namespaced per userid and appid.
- E.g. (admin, files, cache_version) -> 5