Skip to content

Commit 84a1db8

Browse files
committed
SQL install: adds missing comma
1 parent 2547084 commit 84a1db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/install.mysql.utf8.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ CREATE TABLE IF NOT EXISTS #__bfstop_unblock_token (
4949
CREATE TABLE IF NOT EXISTS #__bfstop_whitelist (
5050
id int(10) NOT NULL auto_increment,
5151
ipaddress varchar(45) NOT NULL,
52-
crdate datetime NOT NULL
52+
crdate datetime NOT NULL,
5353
PRIMARY KEY (id)
5454
) DEFAULT CHARSET=utf8;

0 commit comments

Comments
 (0)