Skip to content

Commit a6d3613

Browse files
committed
Rebuilding migrations after rebasing from master
1 parent e62dc10 commit a6d3613

4 files changed

Lines changed: 16 additions & 60 deletions

File tree

hackathon/migrations/0051_auto_20240911_1306.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

hackathon/migrations/0049_auto_20230123_1219.py renamed to hackathon/migrations/0051_auto_20240927_1539.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 3.1.13 on 2023-01-23 12:19
1+
# Generated by Django 3.1.13 on 2024-09-27 15:39
22

33
from django.conf import settings
44
from django.db import migrations, models
@@ -8,10 +8,24 @@ class Migration(migrations.Migration):
88

99
dependencies = [
1010
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
11-
('hackathon', '0048_auto_20221219_1655'),
11+
('hackathon', '0050_hackathon_google_registrations_form'),
1212
]
1313

1414
operations = [
15+
migrations.RenameField(
16+
model_name='hackathon',
17+
old_name='google_registrations_form',
18+
new_name='registration_form',
19+
),
20+
migrations.RemoveField(
21+
model_name='hackathon',
22+
name='is_register',
23+
),
24+
migrations.AddField(
25+
model_name='hackathon',
26+
name='allow_external_registrations',
27+
field=models.BooleanField(default=False),
28+
),
1529
migrations.AddField(
1630
model_name='hackathon',
1731
name='channel_admins',

hackathon/migrations/0052_auto_20240912_1324.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

hackathon/migrations/0053_auto_20240912_1527.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)