Skip to content

Commit

Permalink
missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbott committed Sep 5, 2018
1 parent f4dcc50 commit 9d5e2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigrid/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class Customer(Base):

__table_args__ = (
sa.UniqueConstraint('customer_minigrid_id', 'customer_user_id'),
sa.UniqueConstraint('customer_minigrid_id', 'customer_name')
sa.UniqueConstraint('customer_minigrid_id', 'customer_name'))


class MaintenanceCard(Base):
Expand Down

0 comments on commit 9d5e2e9

Please sign in to comment.