From fca0cea3efb7311b828b30b72546980692bb2808 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Mon, 12 Aug 2013 16:31:02 +0300 Subject: [PATCH] Add invite to DB --- appinfo/database.xml | 35 +++++++++++++++++++++++++++++++++++ appinfo/version | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index b45b1f58..b562bce7 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -156,5 +156,40 @@ + + *dbprefix*office_invite + + + es_id + text + true + 64 + Related editing session id + + + uid + text + + 64 + + + status + integer + 0 + 2 + + + sent_on + integer + + true + true + 4 + + + +
+ + \ No newline at end of file diff --git a/appinfo/version b/appinfo/version index ea2303bc..5d4294b9 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.5 \ No newline at end of file +0.5.1 \ No newline at end of file