Skip to content

Commit

Permalink
Add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWillitts committed Aug 14, 2024
1 parent 600afcf commit 94f8211
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Generated by Django 4.2.11 on 2024-08-14 16:05

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("effect_reports", "0003_historicalconfirmedserumcragdate_and_more"),
]

operations = [
migrations.AlterModelOptions(
name="consentedserumcragdate",
options={
"default_permissions": ("view", "export", "viewallsites"),
"verbose_name": "Redmine #488.1 Consented Serum Crag Date",
"verbose_name_plural": "Redmine #488.1 Consented Serum Crag Dates",
},
),
]

0 comments on commit 94f8211

Please sign in to comment.