commit
588bbd2c9f
|
@ -46,6 +46,13 @@
|
||||||
<sorting>ascending</sorting>
|
<sorting>ascending</sorting>
|
||||||
</field>
|
</field>
|
||||||
</index>
|
</index>
|
||||||
|
<index>
|
||||||
|
<name>appconfig_config_key_index</name>
|
||||||
|
<field>
|
||||||
|
<name>configkey</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
|
@ -257,6 +264,13 @@
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>64</length>
|
<length>64</length>
|
||||||
</field>
|
</field>
|
||||||
|
<index>
|
||||||
|
<name>group_admin_uid</name>
|
||||||
|
<field>
|
||||||
|
<name>uid</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
|
|
||||||
</declaration>
|
</declaration>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue