From fe7d43f308bbc3953d4a88480b8088d12cbcb0b6 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 3 Jan 2025 18:46:40 -0600 Subject: archived old not used apps --- app/resume/migrations/0007_auto_20190113_1128.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app/resume/migrations/0007_auto_20190113_1128.py (limited to 'app/resume/migrations/0007_auto_20190113_1128.py') 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), - ), - ] -- cgit v1.2.3