updated bucket settings page
Deploy / deploy (push) Successful in 3m1s

This commit is contained in:
twotalesanimation
2026-06-25 17:25:25 +02:00
parent ba579db494
commit 5b613b7107
6 changed files with 284 additions and 16 deletions
@@ -0,0 +1,8 @@
-- CreateTable
CREATE TABLE "system_config" (
"key" TEXT NOT NULL,
"value" TEXT NOT NULL,
"updatedAt" TIMESTAMP(3) NOT NULL,
CONSTRAINT "system_config_pkey" PRIMARY KEY ("key")
);