Skip to content

Commit

Permalink
DB upgrade version to 2.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Jun 24, 2018
1 parent e7c23cb commit d1afcbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code_igniter/application/controllers/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,10 @@ public function update()
include "db_upgrades/db_2.2.4.php";
}

// if (($db_internal_version < '20180705') and ($this->db->platform() == 'mysql')) {
// # upgrade for 2.2.5
// include "db_upgrades/db_2.2.5.php";
// }
if (($db_internal_version < '20180705') and ($this->db->platform() == 'mysql')) {
# upgrade for 2.2.5
include "db_upgrades/db_2.2.5.php";
}

$this->data['include'] = 'v_database_update';
$this->data['heading'] = 'Database Upgrade';
Expand Down

0 comments on commit d1afcbb

Please sign in to comment.