diff --git a/lib/Data/Database.php b/lib/Data/Database.php index 20e98622..541e6a4e 100644 --- a/lib/Data/Database.php +++ b/lib/Data/Database.php @@ -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: