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:
Meik Sievertsen 2009-04-28 14:14:32 +00:00
parent ab122983f7
commit dc1e334d07

View file

@ -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(