Skip to content

Commit

Permalink
Made FileLink.expires_at modelfield migration reversible
Browse files Browse the repository at this point in the history
  • Loading branch information
arnav13081994 authored and jleclanche committed Aug 11, 2021
1 parent 03e94f7 commit 1513ef7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion djstripe/migrations/0008_2_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class Migration(migrations.Migration):
(
"expires_at",
djstripe.fields.StripeDateTimeField(
help_text="Time at which the link expires."
blank=True, help_text="Time at which the link expires.", null=True
),
),
(
Expand Down
22 changes: 0 additions & 22 deletions djstripe/migrations/0009_alter_filelink_expires_at.py

This file was deleted.

2 changes: 1 addition & 1 deletion djstripe/migrations/0010_applicationfee_account.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
class Migration(migrations.Migration):

dependencies = [
("djstripe", "0009_alter_filelink_expires_at"),
("djstripe", "0008_2_5"),
]

operations = [
Expand Down

0 comments on commit 1513ef7

Please sign in to comment.