From c903be495237125906e95e2d5fcb9f17df09327c Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 14 Dec 2017 19:58:07 -0800 Subject: cleaned up notes, archived old apps, moved checkins to locations app where it should have been from the beginning --- .../0008_remove_luxnote_date_last_updated.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app/notes/migrations/0008_remove_luxnote_date_last_updated.py (limited to 'app/notes/migrations/0008_remove_luxnote_date_last_updated.py') diff --git a/app/notes/migrations/0008_remove_luxnote_date_last_updated.py b/app/notes/migrations/0008_remove_luxnote_date_last_updated.py new file mode 100644 index 0000000..b16b2ea --- /dev/null +++ b/app/notes/migrations/0008_remove_luxnote_date_last_updated.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.11.5 on 2017-12-14 22:39 +from __future__ import unicode_literals + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('notes', '0007_auto_20160617_2143'), + ] + + operations = [ + migrations.RemoveField( + model_name='luxnote', + name='date_last_updated', + ), + ] -- cgit v1.2.3-70-g09d2