aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorGooyeth <566327+Gooyeth@users.noreply.github.com>2018-06-22 17:32:39 -0600
committerShauren <shauren.trinity@gmail.com>2019-01-09 17:35:13 +0100
commit163c487be7e60ab0488dade3e3170c9b7b9b5f68 (patch)
treec4c299c869d543f9f04d683987ad74a033963285 /sql/updates
parent5620eb9463a8d6cf59851306b92a8c644acd512d (diff)
Common: Replace ip2nation by ip2location. (#21957)
Replace ip2nation by ip2location. Download: https://lite.ip2location.com/database/ip-country (cherry picked from commit 2fe4ab94c52ad2fa90189ecd9c053da49f06561e)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2018_06_23_00_auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2018_06_23_00_auth.sql b/sql/updates/auth/master/2018_06_23_00_auth.sql
new file mode 100644
index 00000000000..3bbe03f8c19
--- /dev/null
+++ b/sql/updates/auth/master/2018_06_23_00_auth.sql
@@ -0,0 +1,3 @@
+--
+DROP TABLE IF EXISTS `ip2nation`;
+DROP TABLE IF EXISTS `ip2nationCountries`;