Skip to content

Commit

Permalink
Update 0001_initial.py
Browse files Browse the repository at this point in the history
Signed-off-by: rimonsh <[email protected]>
  • Loading branch information
rimonsh committed May 18, 2023
1 parent 2cd9811 commit 878eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poll_suggestion/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Migration(migrations.Migration):
name='PollSuggestion',
fields=[
('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('time', models.TimeField()),
('time', models.DateTimeField()),
('poll_id', models.ForeignKey(to='poll.Poll', on_delete=models.CASCADE)),
],
),
Expand Down

0 comments on commit 878eb9b

Please sign in to comment.