1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

Styling stuff

git-svn-id: file:///svn/phpbb/trunk@4327 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-07-24 14:02:02 +00:00
parent 8c02ad5f86
commit fca99a7a62
3 changed files with 75 additions and 65 deletions

View File

@@ -467,6 +467,7 @@ CREATE TABLE phpbb_styles_template (
template_copyright varchar(50) NOT NULL,
template_path varchar(30) NOT NULL,
bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL,
tpl_storedb tinyint(1) DEFAULT '0' NOT NULL,
PRIMARY KEY (template_id)
);