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/0006_auto_20190112_1257.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 app/resume/migrations/0006_auto_20190112_1257.py (limited to 'app/resume/migrations/0006_auto_20190112_1257.py') diff --git a/app/resume/migrations/0006_auto_20190112_1257.py b/app/resume/migrations/0006_auto_20190112_1257.py deleted file mode 100644 index 9ee8f1b..0000000 --- a/app/resume/migrations/0006_auto_20190112_1257.py +++ /dev/null @@ -1,22 +0,0 @@ -# Generated by Django 2.1.1 on 2019-01-12 12:57 - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('resume', '0005_job_slug'), - ] - - operations = [ - migrations.RemoveField( - model_name='job', - name='slug', - ), - migrations.AddField( - model_name='resume', - name='slug', - field=models.CharField(blank=True, max_length=50), - ), - ] -- cgit v1.2.3-70-g09d2