mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Add size column back in
This commit is contained in:
parent
08e9628350
commit
196f314b16
@ -91,7 +91,8 @@ class UserFileService(object):
|
||||
md5_hash=md5_checksum,
|
||||
data=binary_data,
|
||||
user_uid=user_uid,
|
||||
archived=False
|
||||
archived=False,
|
||||
size=len(binary_data)
|
||||
)
|
||||
session.add(document_model)
|
||||
session.commit()
|
||||
|
Loading…
x
Reference in New Issue
Block a user