Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Fix tablename
Browse files Browse the repository at this point in the history
  • Loading branch information
joonas committed Jan 17, 2013
1 parent 7d4b3a1 commit 8c5f668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gittip/models/payday.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from gittip.orm import db

class Payday(db.Model):
__tablename__ = 'payday'
__tablename__ = 'paydays'
__table_args__ = (
UniqueConstraint('ts_end', name='paydays_ts_end_key'),
)
Expand Down

0 comments on commit 8c5f668

Please sign in to comment.