Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Jan 7, 2023
1 parent c2ad4ae commit 16d2e8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
// }

0 comments on commit 16d2e8f

Please sign in to comment.