mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
PHPBB3-10889
This commit is contained in:
parent
e6791e376d
commit
e5afe39987
@ -106,7 +106,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case
|
||||
'c_bool' => 0,
|
||||
'c_vchar' => '',
|
||||
'c_vchar_size' => '',
|
||||
'c_char_size' => '',
|
||||
'c_char_size' => 'abcd',
|
||||
'c_xstext' => '',
|
||||
'c_stext' => '',
|
||||
'c_text' => '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user