From a21739aae5daece7098652a0f7f8b7fd36b8fcc6 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 21 Oct 2011 16:03:41 -0500 Subject: Add LastLogin column to Users table Signed-off-by: Dan McGee Signed-off-by: Lukas Fleischer --- UPGRADING | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'UPGRADING') diff --git a/UPGRADING b/UPGRADING index c0866e5..863fbd8 100644 --- a/UPGRADING +++ b/UPGRADING @@ -1,6 +1,13 @@ Upgrading ========= +From 1.9.0 to 1.9.X +------------------- + +1. Add new "Users" table login date column: + +ALTER TABLE Users ADD COLUMN LastLogin BIGINT NOT NULL DEFAULT 0; + From 1.8.2 to 1.9.0 ------------------- -- cgit v1.2.3-70-g09d2