Skip to content

Commit

Permalink
DBC22-3141 Missing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
fatbird committed Jan 29, 2025
1 parent 15e41f4 commit f021ef0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/backend/apps/cms/migrations/0022_alter_bulletin_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.16 on 2025-01-29 19:57

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('cms', '0021_subpage'),
]

operations = [
migrations.AlterModelOptions(
name='bulletin',
options={'verbose_name_plural': 'bulletins'},
),
]

0 comments on commit f021ef0

Please sign in to comment.