Skip to content

Commit fcbea7d

Browse files
lcduongodkhang
andauthored
update dependencies for migration files (#5)
Co-authored-by: odkhang <[email protected]>
1 parent 211514b commit fcbea7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exhibitors/migrations/0001_initial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Migration(migrations.Migration):
1010
initial = True
1111

1212
dependencies = [
13-
('pretixbase', '0004_create_customer_table'),
13+
('pretixbase', '0001_initial'),
1414
]
1515

1616
operations = [

exhibitors/migrations/0002_alter_exhibitorinfo_lead_scanning_enabled_and_more.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
('pretixbase', '0004_create_customer_table'),
10+
('pretixbase', '0001_initial'),
1111
('exhibitors', '0001_initial'),
1212
]
1313

0 commit comments

Comments
 (0)