[Pkg-owncloud-commits] [owncloud] 31/153: Some more colors.

David Prévot taffit at moszumanska.debian.org
Tue May 27 03:05:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit b39a74ff6cc951e8334462ee08728b0d270d6f3a
Author: Andreas Fischer <bantu at owncloud.com>
Date:   Mon Mar 31 20:51:30 2014 +0200

    Some more colors.
---
 core/command/db/converttype.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/command/db/converttype.php b/core/command/db/converttype.php
index 2a4e674..464a5db 100644
--- a/core/command/db/converttype.php
+++ b/core/command/db/converttype.php
@@ -102,14 +102,14 @@ class ConvertType extends Command {
 			$schemaManager = $toDB->getSchemaManager();
 			$toTables = $schemaManager->listTableNames();
 			if (!empty($toTables)) {
-				$output->writeln('Clearing schema in new database');
+				$output->writeln('<info>Clearing schema in new database</info>');
 			}
 			foreach($toTables as $table) {
 				$schemaManager->dropTable($table);
 			}
 		}
 
-		$output->writeln('Creating schema in new database');
+		$output->writeln('<info>Creating schema in new database</info>');
 		$schemaManager = new \OC\DB\MDB2SchemaManager($toDB);
 		$schemaManager->createDbFromStructure(\OC::$SERVERROOT.'/db_structure.xml');
 		$apps = \OC_App::getEnabledApps();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list