diff options
author | David M <davidmj@users.sourceforge.net> | 2006-03-16 00:09:43 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-03-16 00:09:43 +0000 |
commit | bfd169e7acf419aab4528bac99e3ecbc0e55d312 (patch) | |
tree | d8bd4772142827dfb79a3923c0e244c2a915587e /phpBB/install/schemas/sqlite_schema.sql | |
parent | 7afd25bbd8bb86be241086aa86745ed1e25019e6 (diff) | |
download | forums-bfd169e7acf419aab4528bac99e3ecbc0e55d312.tar forums-bfd169e7acf419aab4528bac99e3ecbc0e55d312.tar.gz forums-bfd169e7acf419aab4528bac99e3ecbc0e55d312.tar.bz2 forums-bfd169e7acf419aab4528bac99e3ecbc0e55d312.tar.xz forums-bfd169e7acf419aab4528bac99e3ecbc0e55d312.zip |
- 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
Diffstat (limited to 'phpBB/install/schemas/sqlite_schema.sql')
-rw-r--r-- | phpBB/install/schemas/sqlite_schema.sql | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/install/schemas/sqlite_schema.sql b/phpBB/install/schemas/sqlite_schema.sql index d8ec345088..66dc04924c 100644 --- a/phpBB/install/schemas/sqlite_schema.sql +++ b/phpBB/install/schemas/sqlite_schema.sql @@ -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', |