mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 20:10:18 +02:00
Things that should have commited earlier but apparently did not
git-svn-id: file:///svn/phpbb/trunk@556 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -105,6 +105,8 @@ CREATE TABLE phpbb_config (
|
|||||||
hot_threshold int(10),
|
hot_threshold int(10),
|
||||||
email_sig varchar(255),
|
email_sig varchar(255),
|
||||||
email_from varchar(100),
|
email_from varchar(100),
|
||||||
|
smtp_delivery smallint(1) DEFAULT '0' NOT NULL,
|
||||||
|
smtp_host varchar(50),
|
||||||
require_activation tinyint(1) DEFAULT '0' NOT NULL,
|
require_activation tinyint(1) DEFAULT '0' NOT NULL,
|
||||||
flood_interval int(4) NOT NULL,
|
flood_interval int(4) NOT NULL,
|
||||||
avatar_filesize int(11) DEFAULT '6144' NOT NULL,
|
avatar_filesize int(11) DEFAULT '6144' NOT NULL,
|
||||||
|
@@ -100,6 +100,8 @@ CREATE TABLE phpbb_config (
|
|||||||
hot_threshold int2 NOT NULL,
|
hot_threshold int2 NOT NULL,
|
||||||
email_sig varchar(255) NOT NULL,
|
email_sig varchar(255) NOT NULL,
|
||||||
email_from varchar(100) NOT NULL,
|
email_from varchar(100) NOT NULL,
|
||||||
|
smtp_delivery int2 DEFAULT '0' NOT NULL,
|
||||||
|
smtp_host varchar(50),
|
||||||
require_activation int2 DEFAULT '0' NOT NULL,
|
require_activation int2 DEFAULT '0' NOT NULL,
|
||||||
default_theme int4 NOT NULL,
|
default_theme int4 NOT NULL,
|
||||||
default_dateformat varchar(20) NOT NULL,
|
default_dateformat varchar(20) NOT NULL,
|
||||||
|
Reference in New Issue
Block a user