summaryrefslogtreecommitdiff
path: root/app/jrnl/migrations/0043_auto_20190704_0903.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/jrnl/migrations/0043_auto_20190704_0903.py')
-rw-r--r--app/jrnl/migrations/0043_auto_20190704_0903.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/jrnl/migrations/0043_auto_20190704_0903.py b/app/jrnl/migrations/0043_auto_20190704_0903.py
deleted file mode 100644
index 758499a..0000000
--- a/app/jrnl/migrations/0043_auto_20190704_0903.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# Generated by Django 2.1.7 on 2019-07-04 09:03
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('jrnl', '0042_auto_20190412_1805'),
- ]
-
- operations = [
- migrations.RemoveIndex(
- model_name='entry',
- name='jrnl_entry_search__a7a10f_gin',
- ),
- migrations.RemoveField(
- model_name='entry',
- name='search_document',
- ),
- ]