mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
[ticket/10650] Added static sql files
Ran create_schema_files.php and added the generated static sql files to the commit. PHPBB3-10650
This commit is contained in:
@@ -522,6 +522,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_options number(20) DEFAULT '0' NOT NULL,
|
||||
display_subforum_list number(1) DEFAULT '1' NOT NULL,
|
||||
display_on_index number(1) DEFAULT '1' NOT NULL,
|
||||
display_last_subject number(1) DEFAULT '1' NOT NULL,
|
||||
enable_indexing number(1) DEFAULT '1' NOT NULL,
|
||||
enable_icons number(1) DEFAULT '1' NOT NULL,
|
||||
enable_prune number(1) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user