mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
Semi-colon's missing
git-svn-id: file:///svn/phpbb/trunk@3982 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cd031cc346
commit
b37c76e255
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue