mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Removing dupe unique index in prep for social.
This commit is contained in:
parent
05c0d95b81
commit
541121eb83
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class MClassifierAuthor(mongo.Document):
|
|||
|
||||
class MClassifierFeed(mongo.Document):
|
||||
user_id = mongo.IntField()
|
||||
feed_id = mongo.IntField(unique_with='user_id')
|
||||
feed_id = mongo.IntField()
|
||||
score = mongo.IntField()
|
||||
creation_date = mongo.DateTimeField()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue