mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class phpbb_dbal_db_tools_test extends phpbb_database_test_case
|
||||||
'c_bool' => 0,
|
'c_bool' => 0,
|
||||||
'c_vchar' => '',
|
'c_vchar' => '',
|
||||||
'c_vchar_size' => '',
|
'c_vchar_size' => '',
|
||||||
'c_char_size' => '',
|
'c_char_size' => 'abcd',
|
||||||
'c_xstext' => '',
|
'c_xstext' => '',
|
||||||
'c_stext' => '',
|
'c_stext' => '',
|
||||||
'c_text' => '',
|
'c_text' => '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue