mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Add missing ;
git-svn-id: file:///svn/phpbb/trunk@4701 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b70b519836
commit
29875f3cbf
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ CREATE TABLE phpbb_sitelist (
|
|||
site_hostname varchar(255) DEFAULT '' NOT NULL,
|
||||
ip_exclude tinyint(1) DEFAULT '0' NOT NULL,
|
||||
PRIMARY KEY (site_id)
|
||||
)
|
||||
);
|
||||
|
||||
# Table: 'phpbb_smilies'
|
||||
CREATE TABLE phpbb_smilies (
|
||||
|
|
Loading…
Add table
Reference in a new issue