mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
bring mysql upgrader up-to-date with 3.0.5-dev
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9493 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
ab122983f7
commit
dc1e334d07
1 changed files with 3 additions and 1 deletions
|
@ -327,7 +327,7 @@ function get_schema_struct()
|
||||||
),
|
),
|
||||||
'PRIMARY_KEY' => 'auth_option_id',
|
'PRIMARY_KEY' => 'auth_option_id',
|
||||||
'KEYS' => array(
|
'KEYS' => array(
|
||||||
'auth_option' => array('INDEX', 'auth_option'),
|
'auth_option' => array('UNIQUE', 'auth_option'),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -1082,6 +1082,8 @@ function get_schema_struct()
|
||||||
'template_path' => array('VCHAR:100', ''),
|
'template_path' => array('VCHAR:100', ''),
|
||||||
'bbcode_bitfield' => array('VCHAR:255', 'kNg='),
|
'bbcode_bitfield' => array('VCHAR:255', 'kNg='),
|
||||||
'template_storedb' => array('BOOL', 0),
|
'template_storedb' => array('BOOL', 0),
|
||||||
|
'template_inherits_id' => array('UINT:4', 0),
|
||||||
|
'template_inherit_path' => array('VCHAR', ''),
|
||||||
),
|
),
|
||||||
'PRIMARY_KEY' => 'template_id',
|
'PRIMARY_KEY' => 'template_id',
|
||||||
'KEYS' => array(
|
'KEYS' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue