diff options
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/sqlite_schema.sql | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql index 090ae0911b..bd002c93ed 100644 --- a/phpBB/install/schemas/sqlite_schema.sql +++ b/phpBB/install/schemas/sqlite_schema.sql @@ -255,7 +255,6 @@ 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',  | 
