blob: b16b2ea550b8f16deaaee852253de78fc8d151d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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',
),
]
|