Skip to content

Commit 65f6489

Browse files
committed
add missing camps migration
1 parent 3d9f14b commit 65f6489

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.2.14 on 2026-06-17 19:51
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('camps', '0040_camp_ticket_type_full_week_adult_and_more'),
10+
]
11+
12+
operations = [
13+
migrations.AlterModelOptions(
14+
name='camp',
15+
options={'get_latest_by': 'camp', 'ordering': ['-title'], 'verbose_name': 'Camp', 'verbose_name_plural': 'Camps'},
16+
),
17+
]

0 commit comments

Comments
 (0)