diff --git a/src/stats/migrations/0006_auto_20170926_2122.py b/src/stats/migrations/0006_auto_20170926_2122.py deleted file mode 100644 index 7deb76706b07417969e5bd4679c1936f29f56dc7..0000000000000000000000000000000000000000 --- a/src/stats/migrations/0006_auto_20170926_2122.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.5 on 2017-09-26 19:22 -from __future__ import unicode_literals - -from django.db import migrations - - -class Migration(migrations.Migration): - - dependencies = [ - ('stats', '0005_auto_20170925_2329'), - ] - - operations = [ - migrations.RenameModel( - old_name='Kszk_training', - new_name='Event', - ), - ]