app/imageoper, app/maindb: one image - one arch; app/storage: blob to name subdir

This commit is contained in:
2026-03-17 09:40:53 +02:00
parent 13b1905e05
commit 791e04cdf1
28 changed files with 680 additions and 569 deletions
+4 -1
View File
@@ -43,8 +43,11 @@ const schema = `
os VARCHAR(255) NOT NULL,
variant VARCHAR(255) NOT NULL
);
CREATE UNIQUE INDEX IF NOT EXISTS manifests_index
CREATE UNIQUE INDEX IF NOT EXISTS manifests_index01
ON manifests(name, reference, architecture, os, variant);
CREATE UNIQUE INDEX IF NOT EXISTS manifests_index02
ON manifests(name, reference);
CREATE TABLE IF NOT EXISTS blobs (
id VARCHAR(255) NOT NULL,