remove temp_cas_id

This commit is contained in:
Brendan Allan 2023-02-01 11:23:59 +08:00
parent dd1db0338e
commit 95ba2e1246

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