mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Implement capability to pin comments above others
Adds capability to pin comments before others. Implements FS#10863. Signed-off-by: Mark Weiman <mark.weiman@markzz.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
3088fd0f38
commit
7d4c0c9ffa
13 changed files with 187 additions and 14 deletions
|
@ -261,6 +261,7 @@ CREATE TABLE PackageComments (
|
|||
EditedTS BIGINT UNSIGNED NULL DEFAULT NULL,
|
||||
EditedUsersID INTEGER UNSIGNED NULL DEFAULT NULL,
|
||||
DelUsersID INTEGER UNSIGNED NULL DEFAULT NULL,
|
||||
PinnedTS BIGINT UNSIGNED NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (ID),
|
||||
INDEX (UsersID),
|
||||
INDEX (PackageBaseID),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue