Add more properties in catalogue.
[redakcja.git] / src / catalogue / migrations / 0022_auto_20201027_1424.py
diff --git a/src/catalogue/migrations/0022_auto_20201027_1424.py b/src/catalogue/migrations/0022_auto_20201027_1424.py
new file mode 100644 (file)
index 0000000..434e745
--- /dev/null
@@ -0,0 +1,17 @@
+# Generated by Django 3.0.4 on 2020-10-27 14:24
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('catalogue', '0021_auto_20201027_1422'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='epoch',
+            options={'verbose_name': 'epoch', 'verbose_name_plural': 'epochs'},
+        ),
+    ]