mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-03 07:55:36 +00:00
add index to UserStarredFile
This commit is contained in:
@@ -157,7 +157,7 @@ class UserStarredFiles(models.Model):
|
||||
|
||||
email = models.EmailField()
|
||||
org_id = models.IntegerField()
|
||||
repo_id = models.CharField(max_length=36)
|
||||
repo_id = models.CharField(max_length=36, db_index=True)
|
||||
|
||||
path = models.TextField()
|
||||
is_dir = models.BooleanField()
|
||||
|
Reference in New Issue
Block a user