diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-17 12:05:37 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-17 12:05:37 +0200 |
commit | dd8f7f14d228731f5a2a896d65c05379117b63d8 (patch) | |
tree | 51aafd9f066de2da3f855a6f2e7f04f002d3c366 /db_structure.xml | |
parent | ab155de14fbc046d78b4eeaac0e8350c4b38dc98 (diff) | |
download | nextcloud-server-dd8f7f14d228731f5a2a896d65c05379117b63d8.tar.gz nextcloud-server-dd8f7f14d228731f5a2a896d65c05379117b63d8.zip |
fix db_structure.xml
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 58 |
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> |