mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
Okay. Frozen, we never said anything about it being permafrost. Also, this is not 100% tested, expect troubel with store_db (I'm waiting for the bug reports)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8697 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -531,6 +531,17 @@ $database_update_info = array(
|
||||
),
|
||||
// No changes from 3.0.2-RC2 to 3.0.2
|
||||
'3.0.2-RC2' => array(),
|
||||
|
||||
// Changes from 3.0.2 to the next version
|
||||
'3.0.2' => array(
|
||||
// Add the following columns
|
||||
'add_columns' => array(
|
||||
STYLES_TEMPLATE_TABLE => array(
|
||||
'template_inherits_id' => array('UINT:4', 0),
|
||||
'template_inherit_path' => array('VCHAR', NULL),
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
// Determine mapping database type
|
||||
|
Reference in New Issue
Block a user