Skip to content

Commit

Permalink
Use the right value for the schema checker
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed May 28, 2020
1 parent aef7a30 commit 405cb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Schema/ChangeSet.php
Expand Up @@ -116,7 +116,7 @@ public function __construct($db, $folder = null)
$tmpSchemaChangeItem->checkQuery = 'SELECT '
. $this->db->quoteName('converted')
. ' FROM ' . $this->db->quoteName('#__utf8_conversion')
. ' WHERE ' . $this->db->quoteName('converted') . ' = 4';
. ' WHERE ' . $this->db->quoteName('converted') . ' = 5';

// Set expected records from check query
$tmpSchemaChangeItem->checkQueryExpected = 1;
Expand Down

0 comments on commit 405cb7a

Please sign in to comment.