From 16d2e8f33d31058913abe604cd96f6a7e1cd1734 Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sat, 7 Jan 2023 20:13:23 +0100 Subject: [PATCH] removed old code --- update.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/update.php b/update.php index ffe1c43c..713f5315 100644 --- a/update.php +++ b/update.php @@ -10,10 +10,3 @@ $addon = rex_addon::get('feeds'); $addon->includeFile(__DIR__ . '/install.php'); - -// if (rex_string::versionCompare($this->getVersion(), '1.1.0-beta3', '<')) { -// rex_sql_table::get(rex::getTable('feeds_item')) -// ->ensureColumn(new rex_sql_column('status', 'tinyint(1)', false, 1)) -// ->alter(); -// } -