From 8e127b5ab1fb71ba84c720bb6540857f7214e204 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 19 Jul 2013 16:42:41 +0300 Subject: [PATCH] Use singluar form in table names --- appinfo/database.xml | 8 ++++---- appinfo/version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 4478242e..789ad5e4 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -5,7 +5,7 @@ false utf8 - *dbprefix*office_sessions + *dbprefix*office_session es_id @@ -37,7 +37,7 @@ - office_sessions_ei_index + office_session_ei_index true true @@ -49,7 +49,7 @@
- *dbprefix*office_ops + *dbprefix*office_op es_id @@ -81,7 +81,7 @@ - office_ops_eis_index + office_op_eis_index true es_id diff --git a/appinfo/version b/appinfo/version index 7f207341..e6d5cb83 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file