Add primary keys

This commit is contained in:
Victor Dubiniuk 2013-07-19 16:13:40 +03:00 committed by Tobias Hintze
parent 63c58dbec4
commit 5bb3cc5034

View File

@ -71,4 +71,27 @@
</declaration>
</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>