Skip to content

Commit

Permalink
rebase migration
Browse files Browse the repository at this point in the history
  • Loading branch information
elichad committed Nov 20, 2023
1 parent d27d657 commit c1c5cd8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 18 deletions.
21 changes: 21 additions & 0 deletions amy/workshops/migrations/0268_trainingrequest_eventbrite_url.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Django 3.2.20 on 2023-11-08 16:59

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("workshops", "0267_alter_trainingrequest_default_for_text_fields"),
]

operations = [
migrations.AddField(
model_name="trainingrequest",
name="eventbrite_url",
field=models.URLField(
blank=True,
default="",
verbose_name="If you have already registered for an event through Eventbrite, enter the URL of that event.",
),
),
]
18 changes: 0 additions & 18 deletions amy/workshops/migrations/0270_trainingrequest_eventbrite_url.py

This file was deleted.

0 comments on commit c1c5cd8

Please sign in to comment.