We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2547084 commit 84a1db8Copy full SHA for 84a1db8
sql/install.mysql.utf8.sql
@@ -49,6 +49,6 @@ CREATE TABLE IF NOT EXISTS #__bfstop_unblock_token (
49
CREATE TABLE IF NOT EXISTS #__bfstop_whitelist (
50
id int(10) NOT NULL auto_increment,
51
ipaddress varchar(45) NOT NULL,
52
- crdate datetime NOT NULL
+ crdate datetime NOT NULL,
53
PRIMARY KEY (id)
54
) DEFAULT CHARSET=utf8;
0 commit comments