Skip to content

Commit bd5a3c9

Browse files
committed
Lower migration dependency in line with version requirement
1 parent 4dd3a10 commit bd5a3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretix_dbevent/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
initial = True
1010

1111
dependencies = [
12-
("pretixbase", "0291_alter_logentry_object_id"),
12+
("pretixbase", "0253_checkin_info"),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)