Spaces:
Sleeping
Sleeping
File size: 364 Bytes
05dddec |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Generated by Django 4.1.4 on 2023-02-17 03:48
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("api", "0008_event_teamprice"),
]
operations = [
migrations.RemoveField(model_name="profile", name="events",),
migrations.RemoveField(model_name="profile", name="notification",),
]
|