diff options
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 4802502233..c1a8675a8f 100644 --- a/phpBB/install/schemas/sqlite_schema.sql +++ b/phpBB/install/schemas/sqlite_schema.sql @@ -483,6 +483,7 @@ CREATE TABLE phpbb_styles_imageset ( forum CHAR(200) DEFAULT '' NOT NULL, forum_new CHAR(200) DEFAULT '' NOT NULL, forum_locked CHAR(200) DEFAULT '' NOT NULL, + forum_link CHAR(200) DEFAULT '' NOT NULL, sub_forum CHAR(200) DEFAULT '' NOT NULL, sub_forum_new CHAR(200) DEFAULT '' NOT NULL, folder CHAR(200) DEFAULT '' NOT NULL, |