app/imageoper, app/maindb: one image - one arch; app/storage: blob to name subdir
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user