Skip to content

Commit

Permalink
modify unsubscribe facility
Browse files Browse the repository at this point in the history
  • Loading branch information
prakkhar03 committed Dec 1, 2024
1 parent e8854a2 commit cfec436
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 5.1.2 on 2024-12-01 13:56

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('db', '0013_event_media'),
]

operations = [
migrations.AddField(
model_name='subscriber',
name='unsubscribe_token',
field=models.CharField(blank=True, max_length=255, null=True, unique=True),
),
]

0 comments on commit cfec436

Please sign in to comment.