1
0
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:
lins05
2012-09-25 17:56:26 +08:00
parent 384e59e037
commit 882c33a4dd
2 changed files with 2 additions and 2 deletions

View File

@@ -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()