Skip to content

Commit c6034ce

Browse files
author
Ivan Gavryshko
committed
MAGETWO-43906: Long database prefix length breaks setup
- modified max lenght for db prefix
1 parent 9dd412d commit c6034ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Validator/DbValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class DbValidator
1919
/**
2020
* Db prefix max length
2121
*/
22-
const DB_PREFIX_LENGTH = 10;
22+
const DB_PREFIX_LENGTH = 5;
2323

2424
/**
2525
* DB connection factory

0 commit comments

Comments
 (0)