diff options
| author | Rahul <rahulr92@phpbb.com> | 2012-03-25 01:39:34 +0530 |
|---|---|---|
| committer | Rahul R <rahulr92@gmail.com> | 2012-04-08 10:32:40 +0530 |
| commit | 668e47721c3566667c07c6892dcd2d55012e43b3 (patch) | |
| tree | c9cce1d3702a33f6b2032516dc7935b7356e4bd3 /phpBB/install/schemas/sqlite_schema.sql | |
| parent | 9b30bd639201ffbbf1d1b3ae32fda7e75d3253dd (diff) | |
| download | forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.gz forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.bz2 forums-668e47721c3566667c07c6892dcd2d55012e43b3.tar.xz forums-668e47721c3566667c07c6892dcd2d55012e43b3.zip | |
[ticket/10650] Added static sql files
Ran create_schema_files.php and added
the generated static sql files to the commit.
PHPBB3-10650
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/sqlite_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql index bd002c93ed..090ae0911b 100644 --- a/phpBB/install/schemas/sqlite_schema.sql +++ b/phpBB/install/schemas/sqlite_schema.sql @@ -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', |
