rel update
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-04-27 20:42:37 +02:00
parent e488955e7a
commit 4d3c50c5fc
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
3 changed files with 6 additions and 13 deletions

View file

@ -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)
);