diff --git a/sop-1.13.0.sql b/sop-1.13.0.sql index 091b94dc..b578db58 100644 --- a/sop-1.13.0.sql +++ b/sop-1.13.0.sql @@ -1,3 +1,5 @@ +use sop; + CREATE TABLE `config_ip_blacklist` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(64) NOT NULL DEFAULT '' COMMENT 'ip',