mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
remove temp_cas_id
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user