mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
weird - schemas later
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8731 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
80c8b12577
commit
b3cff34890
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ $database_update_info = array(
|
||||||
'add_columns' => array(
|
'add_columns' => array(
|
||||||
STYLES_TEMPLATE_TABLE => array(
|
STYLES_TEMPLATE_TABLE => array(
|
||||||
'template_inherits_id' => array('UINT:4', 0),
|
'template_inherits_id' => array('UINT:4', 0),
|
||||||
'template_inherit_path' => array('VCHAR', NULL),
|
'template_inherit_path' => array('VCHAR', ''),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue