Skip to content

Commit

Permalink
permission to edit mailfeeds migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tncrdk committed Jan 9, 2024
1 parent 45e04fc commit cfe8562
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nablapps/mailfeed/migrations/0003_alter_mailfeed_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.22 on 2024-01-09 18:35

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('mailfeed', '0002_auto_20240109_1653'),
]

operations = [
migrations.AlterModelOptions(
name='mailfeed',
options={'permissions': [('generate_mailfeeds', 'can generate mailfeeds')]},
),
]

0 comments on commit cfe8562

Please sign in to comment.