summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/index.txt
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2019-11-23 00:02:58 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2019-11-23 12:59:47 +0100
commitfc341155d44d329ca30aa429f75ab1609902b04e (patch)
tree6b6c1b7649afed56fe1d2138e79673c7ef7396e9 /sql-files/upgrades/index.txt
parent75ae0182f850e213d50832c979312aa560152628 (diff)
downloadhercules-fc341155d44d329ca30aa429f75ab1609902b04e.tar.gz
hercules-fc341155d44d329ca30aa429f75ab1609902b04e.tar.bz2
hercules-fc341155d44d329ca30aa429f75ab1609902b04e.tar.xz
hercules-fc341155d44d329ca30aa429f75ab1609902b04e.zip
Fix for https://github.com/HerculesWS/Hercules/issues/2349.
ipban_log() only inserts the first 3 octets of an IP and an asterisk for last one, so we can set the columns length to 13.
Diffstat (limited to 'sql-files/upgrades/index.txt')
-rw-r--r--sql-files/upgrades/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrades/index.txt b/sql-files/upgrades/index.txt
index 2db750247..f7fc2ac79 100644
--- a/sql-files/upgrades/index.txt
+++ b/sql-files/upgrades/index.txt
@@ -58,3 +58,4 @@
2019-08-08--19-43.sql
2019-10-05--19-01.sql
2019-10-12--14-21.sql
+2019-11-22--23-58.sql