Revert "Add indexes and primary keys."

This reverts commit 3b33712dc9.
This commit is contained in:
Thomas Tanghus 2013-03-19 01:36:51 +01:00
parent 3b33712dc9
commit 935d2169c8
2 changed files with 1 additions and 55 deletions

View File

@ -37,8 +37,6 @@
<index>
<name>appconfig_appid_key_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>appid</name>
<sorting>ascending</sorting>
@ -136,7 +134,6 @@
<index>
<name>file_map_lp_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>logic_path_hash</name>
@ -382,7 +379,6 @@
<index>
<name>id_user_index</name>
<unique>true</unique>
<primary>true</primary>
<field>
<name>fileid</name>
<sorting>ascending</sorting>
@ -419,20 +415,6 @@
<length>64</length>
</field>
<index>
<name>gu_gid_uid_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>gid</name>
<sorting>ascending</sorting>
</field>
<field>
<name>uid</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
@ -466,20 +448,6 @@
</field>
</index>
<index>
<name>ga_gid_uid_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>gid</name>
<sorting>ascending</sorting>
</field>
<field>
<name>uid</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>
@ -628,8 +596,6 @@
<index>
<name>pref_userid_appid_key_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
<name>userid</name>
<sorting>ascending</sorting>
@ -654,15 +620,6 @@
<declaration>
<field>
<name>id</name>
<autoincrement>1</autoincrement>
<type>integer</type>
<default>0</default>
<notnull>true</notnull>
<length>4</length>
</field>
<field>
<name>userid</name>
<type>text</type>
@ -694,17 +651,6 @@
<length>255</length>
</field>
<index>
<name>user_propertypath_index</name>
<field>
<name>userid</name>
<sorting>ascending</sorting>
</field>
<field>
<name>propertypath</name>
<sorting>ascending</sorting>
</field>
</index>
</declaration>
</table>

View File

@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return array(5, 80, 01);
return array(5, 80, 00);
}
/**