apply StyleCI recommendation
This commit is contained in:
parent
b2db26998d
commit
2cc40b2447
1 changed files with 1 additions and 1 deletions
|
@ -917,7 +917,7 @@ class Database extends AbstractData
|
||||||
case '1.7.2':
|
case '1.7.2':
|
||||||
$this->_db->exec(
|
$this->_db->exec(
|
||||||
'ALTER TABLE "' . $this->_sanitizeIdentifier('paste') .
|
'ALTER TABLE "' . $this->_sanitizeIdentifier('paste') .
|
||||||
"\" DROP COLUMN \"postdate\""
|
'" DROP COLUMN "postdate"'
|
||||||
);
|
);
|
||||||
// no break, continue with updates for all newer versions
|
// no break, continue with updates for all newer versions
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue