summaryrefslogtreecommitdiffstats
path: root/apps/encryption/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-05-27 11:10:06 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2015-05-27 21:00:02 +0200
commit68db3059eec904e90c41a8452799222e21c9c460 (patch)
treec4ab392d196eb3103016bd2f1469d99ee4372e07 /apps/encryption/lib
parent5549641f1f977ab2b105b8f9d7b8c6829c0e6d02 (diff)
downloadnextcloud-server-68db3059eec904e90c41a8452799222e21c9c460.tar.gz
nextcloud-server-68db3059eec904e90c41a8452799222e21c9c460.zip
detect migration status
Diffstat (limited to 'apps/encryption/lib')
-rw-r--r--apps/encryption/lib/session.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/encryption/lib/session.php b/apps/encryption/lib/session.php
index 85d2a7698ef..9709518a27d 100644
--- a/apps/encryption/lib/session.php
+++ b/apps/encryption/lib/session.php
@@ -33,6 +33,7 @@ class Session {
const NOT_INITIALIZED = '0';
const INIT_EXECUTED = '1';
const INIT_SUCCESSFUL = '2';
+ const RUN_MIGRATION = '3';
/**
* @param ISession $session