UPGRADING: Fix database upgrade instructions

Oversight in commit 985795a210.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2012-09-21 08:44:57 +02:00
parent 19df708551
commit fa147bda8c

View file

@ -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;