Skip to content

Commit b051680

Browse files
perf: set integrationsharepoint.size as bigint (#183)
1 parent 952dc14 commit b051680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,7 @@ class IntegrationSharepoint(Base):
23832383
created = Column(DateTime, default=None)
23842384
modified = Column(DateTime, default=None)
23852385
description = Column(String)
2386-
size = Column(Integer)
2386+
size = Column(BigInteger)
23872387
mime_type = Column(String)
23882388
hashes = Column(JSON)
23892389
permissions = Column(JSON)

0 commit comments

Comments
 (0)