From 7ef413bd5e13865e9b8fc5cc1a8af3cfe28b61a0 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 8 Mar 2020 11:54:02 -0400 Subject: added location migrations --- app/locations/migrations/0028_auto_20200308_1152.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/locations/migrations/0028_auto_20200308_1152.py (limited to 'app/locations/migrations/0028_auto_20200308_1152.py') diff --git a/app/locations/migrations/0028_auto_20200308_1152.py b/app/locations/migrations/0028_auto_20200308_1152.py new file mode 100644 index 0000000..6adbd16 --- /dev/null +++ b/app/locations/migrations/0028_auto_20200308_1152.py @@ -0,0 +1,17 @@ +# Generated by Django 2.1.2 on 2020-03-08 11:52 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('locations', '0027_auto_20200308_1148'), + ] + + operations = [ + migrations.RenameModel( + old_name='Walk', + new_name='Track', + ), + ] -- cgit v1.2.3-70-g09d2