1
0
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:
Samuel Lai 2013-11-28 14:39:25 +11:00
parent d36146ae46
commit bcf1d7c71a

View File

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