Added soft-delete to the files schema.
This allows us to soft-delete orphan files, at least until we know that the orphan file detection is solid and can really be trusted.
This commit is contained in:
@@ -720,11 +720,12 @@ tokens = {
|
||||
}
|
||||
|
||||
files = {
|
||||
'schema': files_schema,
|
||||
'resource_methods': ['GET', 'POST'],
|
||||
'item_methods': ['GET', 'PATCH'],
|
||||
'public_methods': ['GET'],
|
||||
'public_item_methods': ['GET'],
|
||||
'schema': files_schema
|
||||
'soft_delete': True,
|
||||
}
|
||||
|
||||
groups = {
|
||||
|
Reference in New Issue
Block a user