Skip to content

Commit

Permalink
Date is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Mar 12, 2024
1 parent 1f02177 commit 08fbe27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def upgrade():
unique=True,
),
sa.Column("user_id", sa.ForeignKey(User.id), nullable=False),
sa.Column("delivered_date", sa.DateTime, nullable=False),
sa.Column("delivered_date", sa.Date, nullable=False),
)


Expand Down

0 comments on commit 08fbe27

Please sign in to comment.