mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
timezone and dateformat update to config
git-svn-id: file:///svn/phpbb/trunk@154 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b91f972c48
commit
830535cdca
1 changed files with 4 additions and 0 deletions
|
@ -54,7 +54,9 @@ CREATE TABLE phpbb_config (
|
|||
override_themes tinyint(3),
|
||||
email_sig varchar(255),
|
||||
email_from varchar(100),
|
||||
default_dateformat varchar(20),
|
||||
default_lang varchar(255),
|
||||
system_timezone smallint(6),
|
||||
PRIMARY KEY (config_id),
|
||||
UNIQUE selected (selected)
|
||||
);
|
||||
|
@ -124,6 +126,8 @@ CREATE TABLE phpbb_forums (
|
|||
#
|
||||
# Table structure for table 'phpbb_headermetafooter'
|
||||
#
|
||||
# Do we really need this anymore with templating?
|
||||
#
|
||||
|
||||
CREATE TABLE phpbb_headermetafooter (
|
||||
header text,
|
||||
|
|
Loading…
Add table
Reference in a new issue