Skip to content

Commit

Permalink
Rebuilding migrations after rebasing from master
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdworschak committed Oct 11, 2024
1 parent e62dc10 commit a6d3613
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 60 deletions.
18 changes: 0 additions & 18 deletions hackathon/migrations/0051_auto_20240911_1306.py

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 3.1.13 on 2023-01-23 12:19
# Generated by Django 3.1.13 on 2024-09-27 15:39

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

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('hackathon', '0048_auto_20221219_1655'),
('hackathon', '0050_hackathon_google_registrations_form'),
]

operations = [
migrations.RenameField(
model_name='hackathon',
old_name='google_registrations_form',
new_name='registration_form',
),
migrations.RemoveField(
model_name='hackathon',
name='is_register',
),
migrations.AddField(
model_name='hackathon',
name='allow_external_registrations',
field=models.BooleanField(default=False),
),
migrations.AddField(
model_name='hackathon',
name='channel_admins',
Expand Down
18 changes: 0 additions & 18 deletions hackathon/migrations/0052_auto_20240912_1324.py

This file was deleted.

22 changes: 0 additions & 22 deletions hackathon/migrations/0053_auto_20240912_1527.py

This file was deleted.

0 comments on commit a6d3613

Please sign in to comment.