1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-15 23:00:57 +00:00

Add index to groupmessage and fix typo.

This commit is contained in:
xiez
2012-07-30 20:19:17 +08:00
parent 0084b1217e
commit ad6dfbab7b
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
from django.db import models
class UuidOjbidMap(models.Model):
class UuidObjidMap(models.Model):
"""
Model used for store crocdoc uuid and file object id mapping.
"""