This commit is contained in:
Paolo
2019-07-08 10:47:54 +02:00
parent 2f846796b6
commit 61e21d605e
+2 -2
View File
@@ -1134,7 +1134,7 @@ class DBSkelLib
$queryComment = sprintf('COMMENT ON TABLE %s.%s IS \'%s\';', $schema, $tableName, $tableComment);
if ($this->_isDryrunMode())
{
$this->_printInfo('Dry run >> table .'$tableName'. would be commented with: '.$queryComment);
$this->_printInfo('Dry run >> table '.$tableName.' would be commented with: '.$queryComment);
}
else // new and diff mode
{
@@ -1175,7 +1175,7 @@ class DBSkelLib
{
if ($this->_isDryrunMode())
{
$this->_printInfo('Dry run >> column '$tableName.'.'.$colName.' would be commented with: '.$colStructure[self::T_COMMENT]);
$this->_printInfo('Dry run >> column '.$tableName.'.'.$colName.' would be commented with: '.$colStructure[self::T_COMMENT]);
}
else // new and diff mode
{