summaryrefslogtreecommitdiff
path: root/app/resume/migrations/0007_auto_20190113_1128.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
committerluxagraf <sng@luxagraf.net>2025-01-03 18:46:40 -0600
commitfe7d43f308bbc3953d4a88480b8088d12cbcb0b6 (patch)
tree3aa10d1ac8e041ad2b78a5acf6b29febad6a5fe3 /app/resume/migrations/0007_auto_20190113_1128.py
parentdf3bc581e496412ef8c263dbf1cfe00f184e4e59 (diff)
archived old not used apps
Diffstat (limited to 'app/resume/migrations/0007_auto_20190113_1128.py')
-rw-r--r--app/resume/migrations/0007_auto_20190113_1128.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/resume/migrations/0007_auto_20190113_1128.py b/app/resume/migrations/0007_auto_20190113_1128.py
deleted file mode 100644
index a635258..0000000
--- a/app/resume/migrations/0007_auto_20190113_1128.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1.1 on 2019-01-13 11:28
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('resume', '0006_auto_20190112_1257'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='job',
- name='employer',
- field=models.CharField(max_length=200, null=True),
- ),
- ]