We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0ee28 commit 0a2f7caCopy full SHA for 0a2f7ca
migrations/versions/c0fcd66c3df6_add_daily_streak_column.py
@@ -26,7 +26,7 @@ def upgrade():
26
"last_completion_date",
27
sa.Date(),
28
nullable=False,
29
- server_default=sa.text(func.current_date()),
+ server_default=func.current_date(),
30
)
31
32
batch_op.add_column(
0 commit comments