finish extremely basic implementation of docker credentials
This commit is contained in:
@ -7,5 +7,6 @@ CREATE TABLE docker_credentials (
|
||||
server_url TEXT UNIQUE NOT NULL,
|
||||
username TEXT NOT NULL,
|
||||
secret_enc BLOB NOT NULL,
|
||||
nonce BLOB NOT NULL
|
||||
nonce BLOB NOT NULL,
|
||||
FOREIGN KEY(id) REFERENCES credentials(id) ON DELETE CASCADE
|
||||
);
|
||||
|
Reference in New Issue
Block a user