From 6a94e2fae26da4dd86bd8ef350918b83087e9ae5 Mon Sep 17 00:00:00 2001 From: csteipp Date: Fri, 21 Feb 2014 13:04:13 -0800 Subject: [PATCH] Add note about user_password_expires schema change Followup to I92a9fc63b409b182b1d7b48781d73fc7216f8061 Change-Id: Ibf19549a0c99fa3a369695861d7078e88e18331a --- RELEASE-NOTES-1.23 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index f8fb65fe0a..2350b8e48a 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -246,6 +246,8 @@ changes to languages because of Bugzilla reports. * mw.loader.go and mw.loader.version have been removed. * (bug 52815) Preference "Enable simplified search bar (Vector skin only)" was removed. +* A user_password_expires column has been added to the user table. The User + object expects this column to exist. Use update.php to create this new field. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18) -- 2.20.1