Use singluar form in table names

This commit is contained in:
Victor Dubiniuk 2013-07-19 16:42:41 +03:00 committed by Tobias Hintze
parent e1117c9a44
commit 8e127b5ab1
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<overwrite>false</overwrite>
<charset>utf8</charset>
<table>
<name>*dbprefix*office_sessions</name>
<name>*dbprefix*office_session</name>
<declaration>
<field>
<name>es_id</name>
@ -37,7 +37,7 @@
</field>
<index>
<name>office_sessions_ei_index</name>
<name>office_session_ei_index</name>
<primary>true</primary>
<unique>true</unique>
<field>
@ -49,7 +49,7 @@
</table>
<table>
<name>*dbprefix*office_ops</name>
<name>*dbprefix*office_op</name>
<declaration>
<field>
<name>es_id</name>
@ -81,7 +81,7 @@
</field>
<index>
<name>office_ops_eis_index</name>
<name>office_op_eis_index</name>
<unique>true</unique>
<field>
<name>es_id</name>

View File

@ -1 +1 @@
1.0.1
1.0.2