mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
UPGRADING: Fix database upgrade instructions
Oversight in commit 985795a210
.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
19df708551
commit
fa147bda8c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue