mirror of
https://github.com/djohnlewis/stackdump
synced 2024-12-04 23:17:37 +00:00
Again. Forgot to fix site->siteId rename.
This commit is contained in:
parent
d36146ae46
commit
bcf1d7c71a
@ -566,7 +566,7 @@ class Comment(SQLObject):
|
||||
creationDate = DateTimeCol()
|
||||
userId = IntCol()
|
||||
|
||||
siteId_postId_index = DatabaseIndex(site, postId)
|
||||
siteId_postId_index = DatabaseIndex(siteId, postId)
|
||||
|
||||
_connection = comment_db_sqlhub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user