diff --git a/bootstrap/sql/migrations/native/1.5.0/mysql/postDataMigrationSQLScript.sql b/bootstrap/sql/migrations/native/1.5.0/mysql/postDataMigrationSQLScript.sql index a701afc772d..ab028759954 100644 --- a/bootstrap/sql/migrations/native/1.5.0/mysql/postDataMigrationSQLScript.sql +++ b/bootstrap/sql/migrations/native/1.5.0/mysql/postDataMigrationSQLScript.sql @@ -18,7 +18,7 @@ WHERE name IN ( 'columnValueMedianToBeBetween', 'columnValueMinToBeBetween', 'columnValueStdDevToBeBetween', - 'columnValuesLengthsToBeBetween', + 'columnValueLengthsToBeBetween', 'columnValuesSumToBeBetween', 'columnValuesToBeBetween', 'tableRowCountToBeBetween' diff --git a/bootstrap/sql/migrations/native/1.5.0/postgres/postDataMigrationSQLScript.sql b/bootstrap/sql/migrations/native/1.5.0/postgres/postDataMigrationSQLScript.sql index 295e6593ddb..165bd95e11b 100644 --- a/bootstrap/sql/migrations/native/1.5.0/postgres/postDataMigrationSQLScript.sql +++ b/bootstrap/sql/migrations/native/1.5.0/postgres/postDataMigrationSQLScript.sql @@ -17,7 +17,7 @@ WHERE name IN ( 'columnValueMedianToBeBetween', 'columnValueMinToBeBetween', 'columnValueStdDevToBeBetween', - 'columnValuesLengthsToBeBetween', + 'columnValueLengthsToBeBetween', 'columnValuesSumToBeBetween', 'columnValuesToBeBetween', 'tableRowCountToBeBetween'