From: Thomas Müller Date: Thu, 12 Mar 2015 14:23:44 +0000 (+0100) Subject: we no longer support webdav locks - no need to keep the column X-Git-Tag: v8.1.0alpha1~298^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ff484e695acc6f55792d7c77f65a625f87b2c84;p=nextcloud-server.git we no longer support webdav locks - no need to keep the column --- diff --git a/db_structure.xml b/db_structure.xml index 142661ba427..05d8dfb132b 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -562,89 +562,6 @@ - - - - *dbprefix*locks - - - - - id - integer - 0 - true - 1 - true - 4 - - - - - userid - text - - false - 64 - - - - owner - text - - false - 100 - - - - timeout - integer - false - true - 4 - - - - created - integer - false - 8 - - - - token - text - - false - 100 - - - - scope - integer - false - 1 - - - - depth - integer - false - 1 - - - - uri - clob - false - - - - -
-