mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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:
commit
dc12f5d9af
1 changed files with 1 additions and 1 deletions
|
|
@ -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.');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue