mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Save comment when closing requests
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
b8c1cd7cc3
commit
5931d5ceec
3 changed files with 10 additions and 1 deletions
|
@ -21,3 +21,10 @@ ALTER TABLE Users MODIFY Email VARCHAR(254) NOT NULL;
|
|||
----
|
||||
ALTER TABLE PackageComments ADD COLUMN PinnedTS BIGINT UNSIGNED NOT NULL DEFAULT 0;
|
||||
----
|
||||
|
||||
|
||||
3. Add new column to store the closure comment of package requests:
|
||||
|
||||
----
|
||||
ALTER TABLE PackageRequests ADD COLUMN ClosureComment TEXT NOT NULL DEFAULT '';
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue