Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3ff484e6
Commit
3ff484e6
authored
Mar 12, 2015
by
Thomas Müller
Browse files
we no longer support webdav locks - no need to keep the column
parent
5054b8e4
Changes
1
Show whitespace changes
Inline
Side-by-side
db_structure.xml
View file @
3ff484e6
...
...
@@ -562,89 +562,6 @@
</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>
<!--
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment