mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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:
@@ -255,6 +255,7 @@ CREATE TABLE phpbb_forums (
|
||||
forum_options INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
display_subforum_list INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
display_on_index INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
display_last_subject INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
enable_indexing INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
enable_icons INTEGER UNSIGNED NOT NULL DEFAULT '1',
|
||||
enable_prune INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user