summaryrefslogtreecommitdiff
path: root/app/src/migrations/0002_auto_20160329_2107.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-08-15 11:58:34 -0400
committerluxagraf <sng@luxagraf.net>2020-08-15 11:58:34 -0400
commitb66d000ee469539ce7aea557b612c0444177e36d (patch)
tree273547921dc6f9ded2a5681b82514c68e28ba448 /app/src/migrations/0002_auto_20160329_2107.py
parentd3e57c1bd17ad3e71810235a672d4782136901a5 (diff)
archived old unused apps and migrated fieldnotes to posts
Diffstat (limited to 'app/src/migrations/0002_auto_20160329_2107.py')
-rw-r--r--app/src/migrations/0002_auto_20160329_2107.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/src/migrations/0002_auto_20160329_2107.py b/app/src/migrations/0002_auto_20160329_2107.py
deleted file mode 100644
index 25f5e4e..0000000
--- a/app/src/migrations/0002_auto_20160329_2107.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.9 on 2016-03-29 21:07
-from __future__ import unicode_literals
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('src', '0001_initial'),
- ]
-
- operations = [
- migrations.RenameModel(
- old_name='Entry',
- new_name='Post',
- ),
- ]