Replace entire codebase with homarr-labs/homarr
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE `trusted_certificate_hostname` (
|
||||
`hostname` text NOT NULL,
|
||||
`thumbprint` text NOT NULL,
|
||||
`certificate` text NOT NULL,
|
||||
PRIMARY KEY(`hostname`, `thumbprint`)
|
||||
);
|
||||
Reference in New Issue
Block a user