diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-06 00:14:43 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-05-06 00:14:43 +0000 |
| commit | b37c76e255980ae5dc752d17d976b56b52ac11c8 (patch) | |
| tree | 5da978570b5f80be048571c9f576530370f89224 | |
| parent | cd031cc346ade50e2b3f1780504b82f91486d4e2 (diff) | |
| download | forums-b37c76e255980ae5dc752d17d976b56b52ac11c8.tar forums-b37c76e255980ae5dc752d17d976b56b52ac11c8.tar.gz forums-b37c76e255980ae5dc752d17d976b56b52ac11c8.tar.bz2 forums-b37c76e255980ae5dc752d17d976b56b52ac11c8.tar.xz forums-b37c76e255980ae5dc752d17d976b56b52ac11c8.zip | |
Semi-colon's missing
git-svn-id: file:///svn/phpbb/trunk@3982 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 1ed3f7d5e4..ed0557951c 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -242,7 +242,7 @@ CREATE TABLE phpbb_forum_access ( user_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, session_id char(32) DEFAULT '' NOT NULL, PRIMARY KEY (forum_id,user_id,session_id) -) +); # -------------------------------------------------------- |
