From a263028f6fd682b4d137b6fc46b9465e0a049b1f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 11 Apr 2019 13:34:06 +0300 Subject: shorten insert query a bit --- init.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'init.php') diff --git a/init.php b/init.php index b93743b..c3e2748 100644 --- a/init.php +++ b/init.php @@ -215,12 +215,7 @@ class Data_Migration extends Plugin { } else { $sth = $this->pdo->prepare( "INSERT INTO ttrss_entries - (title, - guid, - link, - updated, - content, - content_hash, + (title, guid, link, updated, content, content_hash, no_orig_date, date_updated, date_entered, -- cgit v1.2.3