summaryrefslogtreecommitdiffstats
path: root/upgrading/4.3.0.txt
diff options
context:
space:
mode:
Diffstat (limited to 'upgrading/4.3.0.txt')
-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 0d3a9b7..34b19a2 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;
+----