Skip to content

Commit

Permalink
rename migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Sep 22, 2023
1 parent 985845b commit 25b1ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Migration(migrations.Migration):

dependencies = [
('data_files', '0012_datafile_s3_versioning_id'),
('parsers', '0006_auto_20230810_1500'),
('parsers', '0007_datafilesummary'),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Migration(migrations.Migration):

dependencies = [
('parsers', '0007_alter_datafilesummary_datafile'),
('parsers', '0008_alter_datafilesummary_datafile'),
]

operations = [
Expand Down

0 comments on commit 25b1ba3

Please sign in to comment.