From ec556ebf7b8b5d068a6ca9aa4768d32b2cca9e08 Mon Sep 17 00:00:00 2001 From: tanghc Date: Sun, 21 Jul 2019 20:30:10 +0800 Subject: [PATCH] 1.13.0 --- sop-1.13.0.sql | 2 ++ 1 file changed, 2 insertions(+) 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',