shorten index name, oracle can only handle identifiers <=30 chars

This commit is contained in:
Jörn Friedrich Dreyer 2012-09-20 21:05:37 +02:00
parent 57c02d16ca
commit 1c97fd7228
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@
</field>
<index>
<name>preferences_userid_appid_key_index</name>
<name>pref_userid_appid_key_index</name>
<field>
<name>userid</name>
<sorting>ascending</sorting>