Skip to content
Snippets Groups Projects
Verified Commit 7b497176 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix name of migration to avoid conflicts.

parent 5719d15c
No related branches found
No related tags found
1 merge request!105Resolve "Add verbose names for models"
......@@ -7,7 +7,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('core', '0002_activity_notification'),
('core', '0003_add_verbose_names'),
]
operations = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment