diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:01:09 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-07-29 15:01:09 +0000 |
commit | 612f7ebfc7b54e06035b72ddf6d2063d84416c4c (patch) | |
tree | 714125f3be2b2b10bac7d62335fb82a538936987 /phpBB/develop | |
parent | b95f78249368ca6e87a584f346fdca2ddb400a85 (diff) | |
download | forums-612f7ebfc7b54e06035b72ddf6d2063d84416c4c.tar forums-612f7ebfc7b54e06035b72ddf6d2063d84416c4c.tar.gz forums-612f7ebfc7b54e06035b72ddf6d2063d84416c4c.tar.bz2 forums-612f7ebfc7b54e06035b72ddf6d2063d84416c4c.tar.xz forums-612f7ebfc7b54e06035b72ddf6d2063d84416c4c.zip |
Schema changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8719 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r-- | phpBB/develop/create_schema_files.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php index 5f583648bf..ae12e8345f 100644 --- a/phpBB/develop/create_schema_files.php +++ b/phpBB/develop/create_schema_files.php @@ -1608,6 +1608,8 @@ function get_schema_struct() 'template_path' => array('VCHAR:100', ''), 'bbcode_bitfield' => array('VCHAR:255', 'kNg='), 'template_storedb' => array('BOOL', 0), + 'template_inherits_id' => array('UINT:4', 0), + 'template_inherit_path' => array('VCHAR', NULL), ), 'PRIMARY_KEY' => 'template_id', 'KEYS' => array( |