mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX: Make MySQLSchemaManager::shouldUseIntegerWidth() private
This commit is contained in:
parent
eb5dc731a8
commit
9e2d661689
@ -241,7 +241,7 @@ class MySQLSchemaManager extends DBSchemaManager
|
||||
|
||||
protected static $_cache_collation_info = [];
|
||||
|
||||
public function shouldUseIntegerWidth()
|
||||
private function shouldUseIntegerWidth()
|
||||
{
|
||||
// MySQL 8.0.17 stopped reporting the width attribute for integers
|
||||
// https://github.com/silverstripe/silverstripe-framework/issues/9453
|
||||
|
Loading…
Reference in New Issue
Block a user