Skip to content

Commit 2e7fb31

Browse files
committed
Update migration to Cloudlog 2.7.7
Changed migration comment and version update to reflect Cloudlog version 2.7.7 instead of 2.7.6.
1 parent fe335e7 commit 2e7fb31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/migrations/232_tag_2_7_7.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Migration_tag_2_7_7 extends CI_Migration {
1111
public function up()
1212
{
1313

14-
// Tag Cloudlog 2.7.6
14+
// Tag Cloudlog 2.7.7
1515
$this->db->where('option_name', 'version');
1616
$this->db->update('options', array('option_value' => '2.7.7'));
1717

0 commit comments

Comments
 (0)