mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 23:29:49 +00:00
change last_modified to BigInteger
This commit is contained in:
@@ -42,7 +42,7 @@ class FileContributors(models.Model):
|
||||
file_path = models.TextField()
|
||||
file_path_hash = models.CharField(max_length=12)
|
||||
|
||||
last_modified = models.IntegerField()
|
||||
last_modified = models.BigIntegerField()
|
||||
|
||||
# email addresses seperated by comma
|
||||
emails = models.TextField()
|
||||
|
Reference in New Issue
Block a user