mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-03 00:03:30 +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()
|
creationDate = DateTimeCol()
|
||||||
userId = IntCol()
|
userId = IntCol()
|
||||||
|
|
||||||
siteId_postId_index = DatabaseIndex(site, postId)
|
siteId_postId_index = DatabaseIndex(siteId, postId)
|
||||||
|
|
||||||
_connection = comment_db_sqlhub
|
_connection = comment_db_sqlhub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user