Skip to content
Snippets Groups Projects
Commit dd8f7f14 authored by Robin Appelman's avatar Robin Appelman
Browse files

fix db_structure.xml

parent ab155de1
No related branches found
No related tags found
Loading
......@@ -400,14 +400,6 @@
<notnull>false</notnull>
</field>
<index>
<name>path</name>
<field>
<name>path</name>
<sorting>ascending</sorting>
</field>
</index>
<index>
<name>properties_pKey</name>
<primary>true</primary>
......@@ -429,56 +421,6 @@
</table>
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment