Skip to content

Commit

Permalink
update dependencies for migration files (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: odkhang <[email protected]>
  • Loading branch information
lcduong and odkhang authored Oct 21, 2024
1 parent 211514b commit fcbea7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exhibitors/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
('pretixbase', '0004_create_customer_table'),
('pretixbase', '0001_initial'),
]

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

dependencies = [
('pretixbase', '0004_create_customer_table'),
('pretixbase', '0001_initial'),
('exhibitors', '0001_initial'),
]

Expand Down

0 comments on commit fcbea7d

Please sign in to comment.