| changeset 409 | f7ceddf99d6d |
| parent 392 | aa445cd7300e |
--- a/script/lib/iri_tweet/models.py Thu Dec 01 00:16:38 2011 +0100 +++ b/script/lib/iri_tweet/models.py Wed Dec 07 19:28:46 2011 +0100 @@ -152,7 +152,7 @@ id = Column(BigInteger, primary_key=True, autoincrement=False) id_str = Column(String) contributors_enabled = Column(Boolean) - created_at = Column(DateTime) + created_at = Column(DateTime, index=True) description = Column(String) favourites_count = Column(Integer) follow_request_sent = Column(Boolean)