mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add missing database and account fields
Commits6ec4a35
(Send notifications when changing ownership, 2016-02-21) ande3670ef
(Add a homepage field to accounts, 2016-06-02) forgot to change some usages of display_account_form() and process_account_form() to account for the new parameter. The former also forgot to add the new column to the database schema. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
e3670ef188
commit
a2a888625e
3 changed files with 44 additions and 11 deletions
|
@ -41,6 +41,7 @@ CREATE TABLE Users (
|
|||
RegistrationTS TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
CommentNotify TINYINT(1) NOT NULL DEFAULT 1,
|
||||
UpdateNotify TINYINT(1) NOT NULL DEFAULT 0,
|
||||
OwnershipNotify TINYINT(1) NOT NULL DEFAULT 1,
|
||||
PRIMARY KEY (ID),
|
||||
UNIQUE (Username),
|
||||
UNIQUE (Email),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue