From 95ba2e1246e3f0cbfa6343b63ec91c048aa144a8 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Wed, 1 Feb 2023 11:23:59 +0800 Subject: [PATCH] remove temp_cas_id --- core/prisma/schema.prisma | 1 - 1 file changed, 1 deletion(-) diff --git a/core/prisma/schema.prisma b/core/prisma/schema.prisma index 7eafcd93a..714794cf0 100644 --- a/core/prisma/schema.prisma +++ b/core/prisma/schema.prisma @@ -183,7 +183,6 @@ model FilePath { parent_id Int? key_id Int? // replacement for encryption // permissions String? - // temp_cas_id String? // so a filepath can be created without its File, as they're created lazily date_created DateTime @default(now()) date_modified DateTime @default(now())