Skip to content

Commit 1f0159c

Browse files
author
Carl Egge
committed
Update migrations after Version Bump to 2025.6.x
1 parent e6e525c commit 1f0159c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pretix/base/migrations/0278_event_desc_event_picture_event_subtitle_and_more.py renamed to src/pretix/base/migrations/0282_event_desc_event_picture_event_subtitle_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.20 on 2025-03-11 15:00
1+
# Generated by Django 4.2.20 on 2025-07-02 06:26
22

33
from django.db import migrations, models
44
import i18nfield.fields
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
('pretixbase', '0277_customerssoclient_require_pkce_and_more'),
11+
('pretixbase', '0281_event_is_remote'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)