apply StyleCI recommendation

This commit is contained in:
El RIDO 2024-05-01 20:36:47 +02:00
parent b2db26998d
commit 2cc40b2447
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -917,7 +917,7 @@ class Database extends AbstractData
case '1.7.2':
$this->_db->exec(
'ALTER TABLE "' . $this->_sanitizeIdentifier('paste') .
"\" DROP COLUMN \"postdate\""
'" DROP COLUMN "postdate"'
);
// no break, continue with updates for all newer versions
default: