remove temp_cas_id

This commit is contained in:
Brendan Allan
2023-02-01 11:23:59 +08:00
parent c1944005b7
commit 1ca84a2d33

View File

@@ -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())