Added alter_reaction_tally.py to migrations

parent 090ad272
# Generated by Django 4.0.3 on 2022-04-06 11:50
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('announcements', '0008_reaction_tally'),
]
operations = [
migrations.AlterField(
model_name='reaction',
name='tally',
field=models.IntegerField(default=0),
),
]
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