This commit is contained in:
parent
e488955e7a
commit
4d3c50c5fc
3 changed files with 6 additions and 13 deletions
|
@ -3,7 +3,7 @@ CREATE TABLE IF NOT EXISTS package_meta (
|
|||
name TEXT NOT NULL,
|
||||
arch TEXT NOT NULL,
|
||||
version TEXT NOT NULL,
|
||||
rel INTEGER NOT NULL,
|
||||
rel TEXT NOT NULL,
|
||||
download_count INTEGER NOT NULL DEFAULT 1,
|
||||
PRIMARY KEY (repo, name, arch, version, rel)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue