mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'github-bantu/ticket/10889' into develop-olympus
* github-bantu/ticket/10889: [ticket/10889] Make default value for c_char_size a CHAR(4) as defined.
This commit is contained in:
commit
b0e273b95f
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