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/budget/migrations/0007_luxpurchase_cat.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/budget/migrations/0007_luxpurchase_cat.py (limited to 'app/budget/migrations/0007_luxpurchase_cat.py') diff --git a/app/budget/migrations/0007_luxpurchase_cat.py b/app/budget/migrations/0007_luxpurchase_cat.py deleted file mode 100644 index 7a8e548..0000000 --- a/app/budget/migrations/0007_luxpurchase_cat.py +++ /dev/null @@ -1,19 +0,0 @@ -# Generated by Django 4.0.6 on 2022-11-12 12:56 - -from django.db import migrations, models -import django.db.models.deletion - - -class Migration(migrations.Migration): - - dependencies = [ - ('budget', '0006_remove_luxfixedmonthly_cat_and_more'), - ] - - operations = [ - migrations.AddField( - model_name='luxpurchase', - name='cat', - field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='budget.luxspendingcategory'), - ), - ] -- cgit v1.2.3-70-g09d2