]> source.dussan.org Git - nextcloud-server.git/commitdiff
we no longer support webdav locks - no need to keep the column
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 12 Mar 2015 14:23:44 +0000 (15:23 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 12 Mar 2015 14:23:44 +0000 (15:23 +0100)
db_structure.xml

index 142661ba4276bc513445f59e03f41721e6d796ca..05d8dfb132b446e593a3847b945f841e408808b2 100644 (file)
 
        </table>
 
-       <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>
 
                <!--