From 63c58dbec4bccc618f2cbf7b792071f6524806c7 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Fri, 19 Jul 2013 15:17:18 +0300 Subject: [PATCH] Initial DB schema --- appinfo/database.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 appinfo/database.xml diff --git a/appinfo/database.xml b/appinfo/database.xml new file mode 100644 index 00000000..aed69ff6 --- /dev/null +++ b/appinfo/database.xml @@ -0,0 +1,74 @@ + + + *dbname* + true + false + utf8 + + *dbprefix*office_sessions + + + es_id + text + true + 64 + Editing session id + + + genesis_url + text + true + 64 + Relative to storage e.g. /welcome.odt + + + genesis_hash + text + true + To be sure the genesis did not change + + + owner + text + true + 64 + oC user who created the session + + +
+ + + *dbprefix*office_ops + + + es_id + text + true + 64 + Editing session id + + + seq + integer + true + + true + Sequence number + + + member + text + 128 + true + User and time specific + + + opspec + clob + false + json-string + + +
+ +
\ No newline at end of file