Update wiki links to the new short URL
[aur.git] / upgrading / 4.2.1.txt
blob83c8d46a7f551f0f094c32cc6c38f1aafa13456e
1 1. Convert the LastLoginIPAddress column to VARCHAR(40):
3 ----
4 ALTER TABLE Users MODIFY LastLoginIPAddress VARCHAR(40) NULL DEFAULT NULL;
5 ----