Updated migrations
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.0.5 on 2022-11-02 19:46
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('faerun_calendar', '0002_event_description'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='event',
|
||||
name='description',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user