Correct indexes. Trigger DB update
This commit is contained in:
parent
5bb3cc5034
commit
e1117c9a44
@ -17,8 +17,9 @@
|
|||||||
<field>
|
<field>
|
||||||
<name>genesis_url</name>
|
<name>genesis_url</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
|
<default></default>
|
||||||
<notnull>true</notnull>
|
<notnull>true</notnull>
|
||||||
<length>64</length>
|
<length>512</length>
|
||||||
<comments>Relative to storage e.g. /welcome.odt</comments>
|
<comments>Relative to storage e.g. /welcome.odt</comments>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
@ -34,6 +35,16 @@
|
|||||||
<length>64</length>
|
<length>64</length>
|
||||||
<comments>oC user who created the session</comments>
|
<comments>oC user who created the session</comments>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>office_sessions_ei_index</name>
|
||||||
|
<primary>true</primary>
|
||||||
|
<unique>true</unique>
|
||||||
|
<field>
|
||||||
|
<name>es_id</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@ -68,30 +79,20 @@
|
|||||||
<notnull>false</notnull>
|
<notnull>false</notnull>
|
||||||
<comments>json-string</comments>
|
<comments>json-string</comments>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
|
<index>
|
||||||
|
<name>office_ops_eis_index</name>
|
||||||
|
<unique>true</unique>
|
||||||
|
<field>
|
||||||
|
<name>es_id</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
<field>
|
||||||
|
<name>seq</name>
|
||||||
|
<sorting>ascending</sorting>
|
||||||
|
</field>
|
||||||
|
</index>
|
||||||
</declaration>
|
</declaration>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<index>
|
|
||||||
<name>office_sessions_ei_index</name>
|
|
||||||
<primary>true</primary>
|
|
||||||
<unique>true</unique>
|
|
||||||
<field>
|
|
||||||
<name>es_id</name>
|
|
||||||
<sorting>ascending</sorting>
|
|
||||||
</field>
|
|
||||||
</index>
|
|
||||||
|
|
||||||
<index>
|
|
||||||
<name>office_ops_eis_index</name>
|
|
||||||
<unique>true</unique>
|
|
||||||
<field>
|
|
||||||
<name>es_id</name>
|
|
||||||
<sorting>ascending</sorting>
|
|
||||||
</field>
|
|
||||||
<field>
|
|
||||||
<name>seq</name>
|
|
||||||
<sorting>ascending</sorting>
|
|
||||||
</field>
|
|
||||||
</index>
|
|
||||||
|
|
||||||
</database>
|
</database>
|
@ -1 +1 @@
|
|||||||
1.0
|
1.0.1
|
Loading…
x
Reference in New Issue
Block a user