From e1117c9a44cec7befdd6ffdbf196f3d6d91d2cb2 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 19 Jul 2013 16:28:08 +0300 Subject: [PATCH] Correct indexes. Trigger DB update --- appinfo/database.xml | 49 ++++++++++++++++++++++---------------------- appinfo/version | 2 +- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index 6f779133..4478242e 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -17,8 +17,9 @@ genesis_url text + true - 64 + 512 Relative to storage e.g. /welcome.odt @@ -34,6 +35,16 @@ 64 oC user who created the session + + + office_sessions_ei_index + true + true + + es_id + ascending + + @@ -68,30 +79,20 @@ false json-string + + + office_ops_eis_index + true + + es_id + ascending + + + seq + ascending + + - - office_sessions_ei_index - true - true - - es_id - ascending - - - - - office_ops_eis_index - true - - es_id - ascending - - - seq - ascending - - - \ No newline at end of file diff --git a/appinfo/version b/appinfo/version index 9f8e9b69..7f207341 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -1.0 \ No newline at end of file +1.0.1 \ No newline at end of file