summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 913da8d..f1d43f1 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -4,7 +4,7 @@ Upgrading
From 1.9.1 to 2.0.0
-------------------
-1. Add new "Users" table login date column:
+1. Add new "Users" table login date and PGP key columns:
----
ALTER TABLE Users ADD COLUMN LastLogin BIGINT NOT NULL DEFAULT 0;