From 2cc40b2447deae421f1f37123cd103a2cb4ee152 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Wed, 1 May 2024 20:36:47 +0200 Subject: [PATCH] apply StyleCI recommendation --- lib/Data/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: