summaryrefslogtreecommitdiffstats
path: root/upgrading/4.2.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'upgrading/4.2.1.txt')
-rw-r--r--upgrading/4.2.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/upgrading/4.2.1.txt b/upgrading/4.2.1.txt
new file mode 100644
index 0000000..83c8d46
--- /dev/null
+++ b/upgrading/4.2.1.txt
@@ -0,0 +1,5 @@
+1. Convert the LastLoginIPAddress column to VARCHAR(40):
+
+----
+ALTER TABLE Users MODIFY LastLoginIPAddress VARCHAR(40) NULL DEFAULT NULL;
+----