Show Applications & Delete Applications

This commit is contained in:
headlessdev
2025-04-11 22:55:17 +02:00
parent 9b822ad328
commit c27713ba27
12 changed files with 345 additions and 111 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "application" ADD COLUMN "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;
+1
View File
@@ -21,4 +21,5 @@ model application {
icon String
publicURL String
localURL String?
createdAt DateTime @default(now())
}