mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- SQLite is now usable; we died on certain queries as well as a schema issue (I took the liberty of applying some RegEx-Fu to the parser :D)
git-svn-id: file:///svn/phpbb/trunk@5638 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -838,8 +838,6 @@ CREATE TABLE phpbb_topics_marking (
|
||||
PRIMARY KEY (user_id, topic_id)
|
||||
);
|
||||
|
||||
CREATE INDEX forum_id_phpbb_topics_posted on phpbb_topics_posted (forum_id);
|
||||
|
||||
# Table: phpbb_topics_posted
|
||||
CREATE TABLE phpbb_topics_posted (
|
||||
user_id mediumint(8) NOT NULL DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user