Add primary keys

pull/1/head
Victor Dubiniuk 11 years ago committed by Tobias Hintze
parent 63c58dbec4
commit 5bb3cc5034

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<database>
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>utf8</charset>
<table>
<name>*dbname*</name>
<create>true</create>
<overwrite>false</overwrite>
<charset>utf8</charset>
<table>
<name>*dbprefix*office_sessions</name>
<declaration>
<field>
@ -37,7 +37,7 @@
</declaration>
</table>
<table>
<table>
<name>*dbprefix*office_ops</name>
<declaration>
<field>
@ -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>
Loading…
Cancel
Save