Commit c25d26c6 authored by Eldon Dagdag's avatar Eldon Dagdag

Fixed issues with model migration for forum app

parent d13e50c3
# Generated by Django 4.1.7 on 2023-03-06 07:33
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('widget_calendar', '0006_alter_event_course'),
]
operations = [
migrations.AlterField(
model_name='event',
name='course',
field=models.CharField(default='', max_length=255),
),
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment