mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-05-03 07:50:31 -05:00
added settings page for letsencrypt and ingress configuration for quickstack
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "Parameter" (
|
||||
"name" TEXT NOT NULL PRIMARY KEY,
|
||||
"value" TEXT NOT NULL,
|
||||
"createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
"updatedAt" DATETIME NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user