From e3e56bd6e432db1485db41aebbbb51de56f3e5bb Mon Sep 17 00:00:00 2001 From: brantje Date: Sat, 24 Sep 2016 10:58:04 +0200 Subject: [PATCH] Add revision table, bump version --- appinfo/database.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++ appinfo/info.xml | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/appinfo/database.xml b/appinfo/database.xml index b720f3f0..a635ac62 100644 --- a/appinfo/database.xml +++ b/appinfo/database.xml @@ -302,4 +302,59 @@ + + *dbprefix*passman_revisions + + + id + integer + true + true + true + true + 8 + + + guid + text + true + 64 + + + credential_id + integer + true + 8 + + + user_id + text + true + 64 + + + credential_data + clob + false + + + passman_revision_id_index + + id + + + + passman_revision_user_id_index + + user_id + + + + passman_revision_credential_id_index + + credential_id + + + +
\ No newline at end of file diff --git a/appinfo/info.xml b/appinfo/info.xml index 732b27cc..362e572d 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ A password manager for Nextcloud AGPL Sander Brand - 1.0.2.4 + 1.0.2.5 Passman other https://github.com/nextcloud/passman/