diff --git a/website/migrations/0180_kudos_comment_kudos_link.py b/website/migrations/0180_kudos_comment_kudos_link.py deleted file mode 100644 index 696af7cea..000000000 --- a/website/migrations/0180_kudos_comment_kudos_link.py +++ /dev/null @@ -1,22 +0,0 @@ -# Generated by Django 5.1.4 on 2025-01-17 10:01 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - dependencies = [ - ("website", "0179_kudos"), - ] - - operations = [ - migrations.AddField( - model_name="kudos", - name="comment", - field=models.TextField(blank=True, null=True), - ), - migrations.AddField( - model_name="kudos", - name="link", - field=models.URLField(blank=True, null=True), - ), - ]