mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Store timestamp and user ID when closing requests
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4b97789bab
commit
2422fb020b
5 changed files with 21 additions and 6 deletions
6
upgrading/4.9.0.txt
Normal file
6
upgrading/4.9.0.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
1. Add new columns to store the timestamp and UID when closing requests:
|
||||
|
||||
----
|
||||
ALTER TABLE PackageRequests ADD COLUMN ClosedTS BIGINT UNSIGNED NULL DEFAULT NULL;
|
||||
ALTER TABLE PackageRequests ADD COLUMN ClosedUID INTEGER UNSIGNED NULL DEFAULT NULL;
|
||||
----
|
Loading…
Add table
Add a link
Reference in a new issue