mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 10:44:20 +02:00
More work on posting. Editing now works. Also replies can have subjects.
git-svn-id: file:///svn/phpbb/trunk@336 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -57,6 +57,7 @@ CREATE TABLE phpbb_config (
|
||||
hot_threshold int(10),
|
||||
email_sig varchar(255),
|
||||
email_from varchar(100),
|
||||
flood_interval int(4) NOT NULL,
|
||||
default_theme int(11) DEFAULT '1' NOT NULL,
|
||||
default_lang varchar(255),
|
||||
default_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
@@ -161,6 +162,7 @@ DROP TABLE IF EXISTS phpbb_posts_text;
|
||||
|
||||
CREATE TABLE phpbb_posts_text (
|
||||
post_id int(10) DEFAULT '0' NOT NULL,
|
||||
post_subject varchar(255),
|
||||
post_text text,
|
||||
PRIMARY KEY (post_id)
|
||||
);
|
||||
|
Reference in New Issue
Block a user