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:
authorRobin Appelman <icewind1991@gmail.com>2011-04-17 14:05:37 +0400
committerRobin Appelman <icewind1991@gmail.com>2011-04-17 14:05:37 +0400
commitdd8f7f14d228731f5a2a896d65c05379117b63d8 (patch)
tree51aafd9f066de2da3f855a6f2e7f04f002d3c366 /db_structure.xml
parentab155de14fbc046d78b4eeaac0e8350c4b38dc98 (diff)
fix db_structure.xml
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml58
1 files changed, 0 insertions, 58 deletions
diff --git a/db_structure.xml b/db_structure.xml
index 59f3aec0c7e..d8016995eaf 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -401,14 +401,6 @@
</field>
<index>
- <name>path</name>
- <field>
- <name>path</name>
- <sorting>ascending</sorting>
- </field>
- </index>
-
- <index>
<name>properties_pKey</name>
<primary>true</primary>
<field>
@@ -431,56 +423,6 @@
<table>
- <name>*dbprefix*publiclink</name>
-
- <declaration>
-
- <field>
- <name>token</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>40</length>
- </field>
-
- <field>
- <name>path</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>128</length>
- </field>
-
- <field>
- <name>user</name>
- <type>text</type>
- <default></default>
- <notnull>true</notnull>
- <length>64</length>
- </field>
-
- <field>
- <name>expire_time</name>
- <type>timestamp</type>
- <default>1970-01-01 00:00:00</default>
- <notnull>true</notnull>
- </field>
-
- <index>
- <name>token</name>
- <unique>true</unique>
- <field>
- <name>token</name>
- <sorting>ascending</sorting>
- </field>
- </index>
-
- </declaration>
-
- </table>
-
- <table>
-
<name>*dbprefix*users</name>
<declaration>