Merge pull request #12978 from owncloud/fix-support-claim

Change support message to be more explicit about the enterprise edition
This commit is contained in:
Thomas Müller 2014-12-21 20:30:43 +01:00
commit dc12f5d9af

View file

@ -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.');
}
}