1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

Added disable board and some avatar related config stuff

git-svn-id: file:///svn/phpbb/trunk@538 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-07-03 00:31:34 +00:00
parent f38726fae2
commit 6f25a26ba4
2 changed files with 5 additions and 4 deletions

View File

@@ -84,8 +84,7 @@ CREATE TABLE phpbb_categories (
-------------------------------------------------------- */
CREATE TABLE phpbb_config (
config_id int2 NOT NULL,
selected int2 NOT NULL,
disable_board int2 DEFAULT '0' NOT NULL,
board_disable int2 DEFAULT '0' NOT NULL,
sitename varchar(100) NOT NULL,
allow_html int2 NOT NULL,
allow_bbcode int2 NOT NULL,
@@ -101,6 +100,7 @@ CREATE TABLE phpbb_config (
hot_threshold int2 NOT NULL,
email_sig varchar(255) NOT NULL,
email_from varchar(100) NOT NULL,
require_activation int2 DEFAULT '0' NOT NULL,
default_theme int4 NOT NULL,
default_dateformat varchar(20) NOT NULL,
default_lang varchar(50) NOT NULL,