diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-21 20:30:43 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-21 20:30:43 +0100 |
commit | dc12f5d9af3034411ecdfe6919da679927ec7cd3 (patch) | |
tree | 5d6f31836fadd2cc767e8905a4a90d974b3da3da | |
parent | 97a17e3ffe7a07fbf06d222646f6c134d57dcc9f (diff) | |
parent | 5383d83f9ec8c45b0f88132c774c7c97d43d8df9 (diff) | |
download | nextcloud-server-dc12f5d9af3034411ecdfe6919da679927ec7cd3.tar.gz nextcloud-server-dc12f5d9af3034411ecdfe6919da679927ec7cd3.zip |
Merge pull request #12978 from owncloud/fix-support-claim
Change support message to be more explicit about the enterprise edition
-rw-r--r-- | lib/private/db/mssqlmigrator.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/db/mssqlmigrator.php b/lib/private/db/mssqlmigrator.php index 28d8c6dc06f..fdf36476d27 100644 --- a/lib/private/db/mssqlmigrator.php +++ b/lib/private/db/mssqlmigrator.php @@ -17,7 +17,7 @@ class MsSqlMigrator extends Migrator { */ public function migrate(Schema $targetSchema) { throw new MigrationException('', - 'Database migration is required to continue operations. Please contact support@owncloud.com to get the required sql migration scripts to be applied.'); + 'Database migration is required to continue operation. This feature is provided within the Enterprise Edition.'); } } |