display archive information in the web UI
This commit is contained in:
parent
eb2ab28729
commit
124fad90f0
5 changed files with 221 additions and 13 deletions
|
|
@ -659,8 +659,8 @@ CREATE TABLE archivefiles (
|
|||
filename TEXT NOT NULL,
|
||||
size INTEGER NOT NULL,
|
||||
md5sum TEXT,
|
||||
PRIMARY KEY (filename, archive_id)
|
||||
PRIMARY KEY (archive_id, filename)
|
||||
) WITHOUT OIDS;
|
||||
CREATE INDEX archivefiles_by_archive_id on archivefiles (archive_id);
|
||||
CREATE INDEX archivefiles_by_filename on archivefiles (filename);
|
||||
|
||||
COMMIT WORK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue