summaryrefslogtreecommitdiffstats
path: root/upgrading
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-03-15 18:01:15 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2016-03-15 18:01:15 +0100
commit0108c64541d2cd9684ce0b75acfc541bf479ae71 (patch)
treed526fb730477cff56a938ba23396624abb6e9bfc /upgrading
parentff36b231535e7dae67878779341b7e52137b8102 (diff)
downloadaur-0108c64541d2cd9684ce0b75acfc541bf479ae71.tar.gz
aur-0108c64541d2cd9684ce0b75acfc541bf479ae71.tar.xz
Resize the LastLoginIPAddress column
Make sure that all valid IPv6 addresses fit into the LastLoginIPAddress field. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'upgrading')
-rw-r--r--upgrading/4.3.0.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/upgrading/4.3.0.txt b/upgrading/4.3.0.txt
index 0d3a9b7b..34b19a2c 100644
--- a/upgrading/4.3.0.txt
+++ b/upgrading/4.3.0.txt
@@ -3,3 +3,9 @@
----
ALTER TABLE Users ADD COLUMN OwnershipNotify TINYINT(1) NOT NULL DEFAULT 1;
----
+
+2. Resize the LastLoginIPAddress column:
+
+----
+ALTER TABLE Users MODIFY LastLoginIPAddress VARCHAR(45) NULL DEFAULT NULL;
+----