Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/mail-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok committed Oct 14, 2011
2 parents f450439 + 4b07091 commit c71cc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygraz_website/models.py
Expand Up @@ -56,7 +56,7 @@ class SessionideaVote(db.Model):


class Tweet(db.Model):
id = db.Column(db.Integer, db.Sequence('meetup_id_seq'), primary_key=True)
id = db.Column(db.Integer, db.Sequence('tweet_id_seq'), primary_key=True)
text = db.Column(db.Text)
external_id = db.Column(db.String, unique=True)
created_at = db.Column(db.DateTime(timezone=False))
Expand Down

0 comments on commit c71cc3d

Please sign in to comment.